kineticamobile / lumki

Laravel 8 Users Management. Add-on to Jetstream, using spatie/laravel-permissions & lab404/laravel-impersonate
Other
75 stars 26 forks source link

Route [lumki.user.roles.edit] not defined Error #1

Closed carlosjac closed 3 years ago

carlosjac commented 3 years ago

Hi, I navigate to /lumki/users I get

ErrorException Route [lumki.user.roles.edit] not defined. (View: /var/www/html/vendor/kineticamobile/lumki/resources/views/users/index.blade.php)

Any clue?

raultm commented 3 years ago

Thanks for report the issue.

We did some changes to fit the package in a customers' application withour jetstream.

Thanks to @randymfournier for updating the routes.

I checked the package in a fresh install of a jetstream project. Everything works smoothly. -Create Permission -Create Role -Assign Permission To Role -Assign Role to User