Laravel初期設定

composer install
cp .env.example .env php artisan key:generate

Laravel 5.1 のインストール | ララ帳

public が公開領域  apatchでindex.html, index.phpを読むようにする

権限変更   どのユーザーか確認すること

chmod 777 bootstrap -R

chmod 777 storage -R

 laravel ファイルを/public の直下に置く

->公開領域を変更

vim /etc/httpd/conf/httpd.conf

composer update

composer require laravelcollective/html
おこられた
Class 'Illuminate\Html\HtmlServiceProvider' not found
composer update --no-scripts

file_put_contents(/vagrant/rooking_site/bootstrap/cache/services.json): failed to open stream: Permission denied 

php artisan cache:clear 
chmod -R 777 app/storage