- 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