チュートリアル
基本のタスクリスト 5.2 Laravel
インストール
composer global require "laravel/installer=~1.1" sudo gedit ~/.bash #laravel export PATH=$PATH:$HOME/.composer/vendor/bin source ~/.bashrc sudo apt-get install php7.0-zip laravel new laravel_openimage cd laravel_openimage sudo chown -R :www-data bootstrap/cache sudo chown -R :www-data storage