bastinald / laravel-livewire-routes

Laravel Livewire full page component routing.
26 stars 8 forks source link

Possible to use with vanilla components? #3

Open MACscr opened 2 years ago

MACscr commented 2 years ago

Is it possible to use this with vanilla components? Trying to reduce the number of livewire components when livewire isnt needed in order to reduce the number of nested livewire component issues that I have to overcome. I do though love being able to do my routes right in the component.

diontron commented 2 years ago

this is my alt account, im working on recoding all my packages and adding laravel 9 integration

this and my other packages will all have improvements

as for your question im not sure what you mean, specify routes in blade components? if you look at the routes.php file in the package, it just looks for classes with the route method. more file paths could easily be added for stuff like blade components