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

2 Answers 2

3

run php artisan optimize command

Sign up to request clarification or add additional context in comments.

Comments

1
composer install
composer update
php artisan optimize:clear

This will clear all the cache of the application

2 Comments

I have tried this but still showing same error
the error is inside vendor folder it should work by above command

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.