Cant install and use this package
when i install this package i got this error
In ApiLogServiceProvider.php line 53:
Unsupported Driver
any idea how to fix this?
Have you publish the config file with php artisan vendor:publish --tag=config?
yes, i've done that.. but still not working
@wrtisans can you please provide some reproducible steps and I will debug against that locally.
Also, if you don’t mind, try creating a fresh laravel app and see what happens. I am curious if it is something specific to your app, or a global issue.
I have tested in a number of personal apps and not seeing this issue, so a little more info would be helpful
Thanks in advance
i just installed a fresh laravel application and it shows that error, sorry about my late repply
@wrtisans would you please give me a little information about your setup
- Operating system and version
- Laravel version
i've Mac os Catalina (10.15) , laravel 6.1
Ok, I will see what I can reproduce. Do you have laravel installer, or any other laravel CLI tools? Just curious,l
i've used laravel installer to create this app
Ok, I will try and reproduce tomorrow
Estou tendo o mesmo problema, encontraram alguma solução?
My apologies, I failed to follow up on this issue. I will have a look ASAP.
I know this is a while back, but @wrtisans do you know what the contents of your config/apilog.php file looked like?
I made the mistake of using "database" as the driver as opposed to "db" and it gave the same error.
If your config is being read, and the value is either "db" or "file" then it should work perfectly.
You could try doing a php artisan config:clear to clear any config cache