Ahil Khan
Ahil Khan

Reputation: 217

Php artisan serve in laravel

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

Upvotes: 1

Views: 1304

Answers (2)

Amir Khan
Amir Khan

Reputation: 441

composer install
composer update
php artisan optimize:clear

This will clear all the cache of the application

Upvotes: 1

Pallavi Rangadiya
Pallavi Rangadiya

Reputation: 31

run php artisan optimize command

Upvotes: 3

Related Questions