Open gmanikandan-dev opened 9 months ago
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.
Sushi uses SQLite to cache data. You must have pdo_sqlite PHP extension (provided by php-sqlite package).
pdo_sqlite
php-sqlite
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.