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.
Asked
Active
Viewed 786 times
1

Ahil Khan
- 227
- 1
- 4
- 12
2 Answers
1
composer install
composer update
php artisan optimize:clear
This will clear all the cache of the application

Amir Khan
- 401
- 5
- 13
-
I have tried this but still showing same error – Ahil Khan Aug 01 '22 at 07:36
-
the error is inside vendor folder it should work by above command – Amir Khan Aug 01 '22 at 09:21