I am developing a website on a server I only have access to MySQL and FTP, so all commands I run are through the b374k php shell . I am experiencing a Laravel problem with S
I had the same issue, and I uncomment extension=pdo_sqlite and ran the migration and everything worked fine.
extension=pdo_sqlite
migration