nebulapackage / nebula

Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
https://nebulapackage.com
227 stars 27 forks source link

Laravel Jetstream / Fortify #26

Closed relaypilot closed 3 years ago

relaypilot commented 3 years ago

Is it possible to pull this package into a fresh Laravel Jetstream application, or is there gonna be conflicts with the authorization process? Using the users/teams features from Jetstream hand to hand with Nebula would be great!

MrGKanev commented 3 years ago

@relaypilot we are using it on a Jetstream application as well. It works fine but you need to do the process "by hand". There isn't a roles/permissions type of login but you can make it yourself. It will be great if it is implemented as you mentioned.