The stream or file "PROJECT_ROOT/app/storage/logs/LARALVEL_LOG_FILE" could not be opened: failed to open stream: No such file or directory
This may happen when laravel can' find log file.
One solution is to create logs dir manually :
One solution is to create logs dir manually :
- #Goto your laravel project dir. Do the following on terminal:
- mkdir app/storage/logs
- #incase you forgot file permissions
- chmod -R 777 app/
No comments:
Post a Comment