I am in big problem. I am trying to rum php artisan migrate to generate table migration, but i am getting
[2016-03-08 05:49:01] local.ERR
I faced same problem once, I guess the problem is not in your migrations, but looks like permissions are checked before you create permission tables in DB. make sure you does not have auth middleware added in your route. or comment out any service provider that uses permissions tables from config/app.php. Most probably removing auth middleware from the route till you generate migration will solve your problem