ulearn icon indicating copy to clipboard operation
ulearn copied to clipboard

Erorr [Composer Update]

Open sultanworks opened this issue 5 years ago • 1 comments

I got error when i run command "Composer Update"

My databes is configured properly!

In DatabaseManager.php line 152:

Database [] not configured.

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

sultanworks avatar Oct 30 '20 16:10 sultanworks

What it means is that you need to set the correct database connection. In .env you should see DB_CONNECTION=. You can input the db connection, I believe only mysql is supported. Anyway, it would look like this: DB_CONNECTION=mysql

darkarp avatar Aug 05 '23 01:08 darkarp