I am in big problem. I am trying to rum php artisan migrate to generate table migration, but i am getting
php artisan migrate
[2016-03-08 05:49:01] local.ERR
I just had the same problem.
My solution was to comment what I had put into the boot method of AppServiceProvider (because in there I had Model request that didn't exist more).
boot
AppServiceProvider