📅  最后修改于: 2022-03-11 14:53:49.450000             🧑  作者: Mango
//For those using windows;
//Navigate to the php.ini file(-C:\php\php.ini)
//Enable the following:
// ;extension=pdo_sqlite by removing the /;/ should look like this extension=pdo_sqlite
// ;extension=sqlite3 should be extension=sqlite3 without the ; symbol