It was working php artisan serve! After its not working! I didn't understand.Did you any suggest to look for it. And giving error this
When I writing php artisan serve 'Class 'reoute' not found'
697 views Asked by Kemal Karaduman At
5
There are 5 answers
0
On
Something similar happened to me. I've created a laravel project. Until yesterday the php artisan serve
command was working. Today, I ran the same command and the following error appeared:
[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'Illuminate\Database\Connectors\ConnectionFactory' not found
I solved it by deleting the vendor
directory and executing the composer update
command. After that I was able to execute the command php artisan serve
.
First of all you need to investigate why this error occurred. You have typo, Check your app\Http\routes.php and change reoute to Route