我有一个 laravel 安装,控制台在启动时工作正常,然后过了一段时间我一定做了一些让控制台吐出一些额外的空行的事情。这是它的样子
D:\PATH_TO_MYAPP>php artisan migrate:refresh --seed
Migration table not found.
Migration table created successfully.
...
我如何删除这些额外的行?