Database name seems incorrect You're using the default database name laravel. This database does not exist. Edit the .env file and use the correct database name in the DB_DATABASE key

 Untuk pemula yang belajar laravel kemudian menemukan pesan :

Database name seems incorrect You're using the default database name laravel. This database does not exist. Edit the .env file and use the correct database name in the DB_DATABASE key

sementara data di untuk pengisian data di env, sudah benar :

maka solusi nya adalah :

  1. Buka terminal  Visual Studio Code
  2. Ketikan : php artisan config:cache (enter)
dan silahkan lihat hasilnya.



Comments

Popular Posts