Laravel Framework DB not Config Properly

 


  • go to the .env file and add Database configuration correctly
  • further run below commands

php artisan migrate
php artisan db:seed
php artisan storage:link
php artisan vendor:publish and enter 0 then press enter
composer dump-autoload

and Finally Run Server

Post a Comment

Previous Post Next Post