1

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.

enter image description here

Ahil Khan
  • 227
  • 1
  • 4
  • 12

2 Answers2

3

run php artisan optimize command

1
composer install
composer update
php artisan optimize:clear

This will clear all the cache of the application

Amir Khan
  • 401
  • 5
  • 13