➜ laravel php artisan migrate:refresh
PHP Fatal error: Class 'CreatePostsTable' not found in/home/wwwroot/laravel/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php on line 324
[Symfony\Component\Debug\Exception\FatalErrorException]
Class 'CreatePostsTable' not found
E:\xampp\htdocs\laravel>php artisan migrate
[PDOException]
SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (usin
g password: YES)
[ErrorException]
include(D:\phpStudy\WWW\laravel\vendor\composer/…/…/database/migrations/2017_11_21_062149_add_intro_column_to_articles.php): failed to op
en stream: No such file or directory
这个问题怎么解决呀@Jellybool