LaravelUserManagement
LaravelUserManagement copied to clipboard
Nothing Seems To work
Your Package should say a lot about the state of the Migrations.
You cannot install this on Existing Laravel application, because all the migrations are in CREATE mode. and that will for sure throw a Big error.
I tried to change this to ADD mode, The use of integer as unsigned foreign key is out dated because now we use Biginteger.
and if you have existing Laravel Permissions, the migration again is in CREATE Mode.
if You ignore all the Migration problems . and just install it, as is. on fresh Laravel you cannot because of dependency problems, one is the Permissions Package, is old version and does not work with Laravel 8.