在laravel 5.1中,流浪者,当我运行
php artisan migrate 已迁移: 2017_04_20_205912_alter_3_discounts_table
但是当我跑的时候
php artisan migrate:rollback显示此消息:
[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'Alter3DiscountsTable' not found我有这个课程,但我不知道为什么要显示这条消息!
任何人都能帮上忙?
**我运行composer dumpautoload并显示以下内容:
[RuntimeException]
File at "/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Directory.php" does not exist, check your classmap definitions发布于 2017-04-21 15:21:49
好的,我发现了这个:
$chcp.com 1252
=> Active code page: 1252现在运行下面的代码:
$ composer dumpautoload这是好的,并显示:
Generating autoload fileshttps://stackoverflow.com/questions/43527467
复制相似问题