Must be Follow the commad to run the existing laravel proect
- composer update
- create database and setting it
- php artisan migrate
- php artisan serve
- if still it is not working then
- php artisan config:cache
- php artisan config:clear
Must be Follow the commad to run the existing laravel proect
0 Comments