Open arvenom opened 5 years ago
I'm able to run it on 5.7. Do you still have problems?
Are you registering the service provider before configuring Eloquent during bootstrap?
// bootstrap/app.php
$app->register(MariaDBServiceProvider::class);
$app->withEloquent();
Can't get it to work on Laravel 5.7. Keep on getting
Unsupported driver [mariadb]
tried with package:discover and registering the service provider.