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 had this problem when I tried to migrate new database. I had a function in AuthServiceProvider which selects all permissions. I commented that function and the problem was fixed.