ulearn
ulearn copied to clipboard
Erorr [Composer Update]
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
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