DEV Community

Discussion on: Laravel authorization and roles permission management

Collapse
 
bluewater0506 profile image
ilya

good post!

I have one problem. I created permission using spaite and composer require command. In migrations directory there is create_permission file exist. So, i migrated but table not created. i discovered this error when i rollback migration using php artisan migrate:rollback or php artisan migrate:reset. what is the problem? i used laravel 8 And other laravel 8 project create table but now current project is same laravel 8 but not create table and has error when rollback. also, i can see to be created personal_access_token table in current project. what is reason? Please help me.