How to solve storage/logs problem in Laravel Deployment?

Upon deploying a certain Laravel project, you might encounter a problem similar with the picture as shown above. Now, in order to resolve this please see the steps below. Make sure you are on the terminal of your project folder.

Type in:

php artisan route: clear
php artisan config: clear
php artisan cache: clear

After typing the following commands, refresh your localhost page and see that it works.

Leave a Comment

Your email address will not be published. Required fields are marked *