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 :
- Buka terminal Visual Studio Code
- Ketikan : php artisan config:cache (enter)
dan silahkan lihat hasilnya.

Comments
Post a Comment