php artisan 在 Laravel 5.3 中迁移错误

php artisan migrate error in Laravel 5.3

我正在尝试在我的特定路径中创建迁移 table

php artisan make:migration create_options_table --create=site_options --path='Nitseditor/Nitseditor/Database'

我收到一个错误

[ErrorException]

Array to string conversion

我的目录结构:

帮我解决这个问题。

好吧,总是很难只 Exception 不知道我应该检查哪个文件和哪一行。

首先检查日志 tail storage/logs/laravel.log -n 100 以跟踪抛出的异常。在那里你会找到解决问题的关键。示例:

[2017-02-03 22:44:53] local.ERROR: exception 'ErrorException' with message 
<message> in <path>:<line>
Stack trace: ...<details>