Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 5.7 support? #12

Open
arvenom opened this issue Dec 17, 2018 · 2 comments
Open

Laravel 5.7 support? #12

arvenom opened this issue Dec 17, 2018 · 2 comments

Comments

@arvenom
Copy link

arvenom commented Dec 17, 2018

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.

@Vmadmax
Copy link

Vmadmax commented Jan 20, 2019

I'm able to run it on 5.7. Do you still have problems?

@kgrieco
Copy link

kgrieco commented Jul 24, 2019

Are you registering the service provider before configuring Eloquent during bootstrap?

// bootstrap/app.php

$app->register(MariaDBServiceProvider::class);
$app->withEloquent();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants