Reputation: 217
I am new in laravel development. I am using latest version 9 of laravel, when I write php artisan serve
in git bash or in VS code terminal after sometime it gives an error. I attached a screenshot of an error.
Upvotes: 1
Views: 1304
Reputation: 441
composer install
composer update
php artisan optimize:clear
This will clear all the cache of the application
Upvotes: 1