简体   繁体   中英

Php artisan migrate command

I tried to run php artisan migrate but I'm getting an error:

In Connection.php line 664: could not find driver (SQL: select * from information_schema.tables where table_schema = homestead and table_name = migration) In Connector.php line 67: could not find driver.

你应该运行这个命令,那是因为缓存

composer dumpautoload

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM