遷移Laravel數據庫時嘗試Laravel 4表「用戶」使用數據庫中的工匠遷移:使用工匠
php artisan migrate:make --table="user" CreateUserTable
我收到此錯誤:
C:\xampp\htdocs\laravel>php artisan migrate:make --table=user CreateUserTable [21.04.2014 02:27:56 NOTICE] Successfully established connection to the database
[21.04.2014 02:27:56 NOTICE] Event Reporting is not allowed at the moment. Reaso ns: Pre Startup or Post Shutdown {"error":{"type":"Symfony\Component\HttpKernel\Exception\NotFoundHttpExcepti on","message":"","file":"C:\xampp\htdocs\laravel\vendor\laravel\framework\ \src\Illuminate\Foundation\Application.php","line":871}} C:\xampp\htdocs\laravel>
如何解決這個問題?
感謝,