Nov 18, 2023
0
Level 1
Laravel with Livewire
I am making a CMS with Laravel breeze that has livewire integrated into it. And after logging in, it will show a page that has a sidenavbar on it. I want to able to make a new page for the sidenavbar without having the need to create a new livewire component, as you need to run a terminal command to do so. is there a work around it maybe?
while also i am planning that some pages on the sidenavbar can be accessed by some people with certain roles, so im also asking that is it possible to expand on the roles for laravel to be more than just 'admin' and 'user'
thank you very much
Please or to participate in this conversation.