問題: laravel - The stream or file "/storage/logs/laravel.log" could not be opened in append mode: failed to open stream: Permission denied
laravel - The stream or file "/storage/logs/laravel.log" could not be opened in append mode: failed to open stream: Permission denied
解法: sudo chown apache:apache -R dir
sudo chown apache:apache -R dir
sudo chmod u+w,g+w -R dir