Get response from Artisan call

后端 未结 7 1375
情深已故
情深已故 2021-02-18 22:56

When I run in terminal php artisan migrate this results in \'Nothing to migrate\' when indeed there is nothing to migrate.

When I use Artisan::call(\'

相关标签:
7条回答
  • 2021-02-18 23:27

    For me with Laravel 5.1 all this did not work but you can simply use:

    Artisan::output()
    
    0 讨论(0)
提交回复
热议问题