Laravel 5.3 PHP Artisan 不工作 PHP 警告:要求(bootstrap/../vendor/autoload.php)
Laravel 5.3 PHP Artisan not working PHP Warning: require(bootstrap/../vendor/autoload.php)
我在 ubuntu 上使用 ubuntu 14.04 运行宁我的项目 xampp ubuntu
php 版本 7.0
下载 laravel 5.3 项目后,当我尝试 运行 php artisan 它给了我
[PHP Warning: require(/opt/lampp/htdocs/7arefa-app/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/7arefa-app/bootstrap/autoload.php on line 17]
我需要帮助
您是否设置了目录 storage & bootstrap/cache 的权限? 如果没有,请 运行
sudo chmod -R 777 storage/
sudo chmod -R 777 bootstrap/cache/
我在 ubuntu 上使用 ubuntu 14.04 运行宁我的项目 xampp ubuntu php 版本 7.0 下载 laravel 5.3 项目后,当我尝试 运行 php artisan 它给了我
[PHP Warning: require(/opt/lampp/htdocs/7arefa-app/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/7arefa-app/bootstrap/autoload.php on line 17]
我需要帮助
您是否设置了目录 storage & bootstrap/cache 的权限? 如果没有,请 运行
sudo chmod -R 777 storage/
sudo chmod -R 777 bootstrap/cache/