NYHTC / FMLaravel

Laravel friendly wrapper for the FileMaker API for PHP
MIT License
13 stars 20 forks source link

Error: Unsupported driver [filemaker] Laravel 5.2 #3

Closed johant closed 8 years ago

johant commented 8 years ago

Hello,

I'm working on laravel 5.2, and I have the Next Error: Unsupported driver [filemaker], I think that error is in config/app.php, arrays providers.

Which is the provider for Laravel 5.2?

Johan

andrewmile commented 8 years ago

Hi Johan,

Make sure you have 'FMLaravel\Database\FileMakerServiceProvider', inside the providers array in config/app.php. That will register the filemaker database driver.