leandrocfe / filament-tables-json-data-source

Sometimes you want to use Filament Tables, but without dealing with a database table.
MIT License
28 stars 3 forks source link

could not find driver #4

Open gmanikandan-dev opened 9 months ago

gmanikandan-dev commented 9 months ago

Screenshot from 2024-02-19 12-44-19

I followed your article https://filamentphp.com/community/how-to-consume-an-external-api-with-filament-tables

Also visited your git repo https://github.com/leandrocfe/filament-tables-json-data-source

You used mysql connection.I'm also using mysql connection. But I receive "could not find driver" error.

renatofrota commented 8 months ago

Sushi uses SQLite to cache data. You must have pdo_sqlite PHP extension (provided by php-sqlite package).