将laravel git下来后应该做的事

Laravel 5 Failed opening required bootstrap/../vendor/autoload.php
去到该项目(前提是已经安装好composer)
composer install 有可能会报错,所以首先要执行下面这条

git clone https://github.com/laravel/laravel.git
composer update --no-scripts  

你可能感兴趣的:(将laravel git下来后应该做的事)