添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
可执行以下composer dump-autoload,问题得到解决。

一开始报错如下:

[root@iZ94r80gdghZtanteng.me]# php artisan migrate:reset

[Symfony\Component\Debug\Exception\FatalThrowableError]
Fatalerror: Class 'CreateAttachmentTable' not found
无论执行migrate什么操作都提示类找不到。

执行composer dump-autoload后,再次运行migrate操作,一切正常。

[root@iZ94r80gdghZtanteng.me]# composer dump-autoload
Generatingautoloadfiles
[root@iZ94r80gdghZtanteng.me]# php artisan migrate:reset
Rolledback: 2016_03_30_104849_create_attachment_table
Rolledback: 2016_03_07_094057_create_admins_table
Rolledback: 2016_02_22_102354_entrust_setup_tables
Rolledback: 2016_02_22_091444_my_ask_anwser_table
Rolledback: 2014_10_12_100000_create_password_resets_table
Rolledback: 2014_10_12_000000_create_users_table