找到StackFlow的解法如下:
http://stackoverflow.com/questions/35715400/laravel-5-2-could-not-open-laravel-log
Try the following commands on your shell:
- Clear Laravel cache and the compiled classes
php artisan cache:clear
php artisan clear-compiled
- Change the storage and cache directories permission
sudo chmod -R 777 storage
sudo chmod -R 777 bootstrap/cache
- Regenerate the composer autoload file
composer dump-autoload
沒有留言:
張貼留言
留個話吧:)