【发布时间】:2016-12-24 03:07:38
【问题描述】:
我已经从 bitbucket 下载了我们的 Laravel 项目,使用
git clone https://SachithNalaka@bitbucket.org/team/project.git
然后我尝试了composer install
php artisan clear-compiled PHP Warning: require(/home/sachith/xxxx/xxx_y/bootstrap/../vendor/autoload.php):
failed to open stream: No such file or directory in /home/sachith/xxxx/xxx_y/bootstrap/autoload.php on line 17
PHP Fatal error: require(): Failed opening required '/home/sachith/xxxx/xxx_y/bootstrap/../vendor/autoload.php'
(include_path='.:/usr/share/php:/usr/share/pear') in
/home/sachith/xxxx/xxx_y/bootstrap/autoload.php on line 17
Script php artisan clear-compiled handling the pre-install-cmd event returned with error code 255
我很困惑如何运行它,我在这里错过了什么?如何正确运行?
【问题讨论】:
标签: php git laravel-5.2 composer-php git-clone