bitfumes / laravel-multiauth

Multi Auth and admin auth in Laravel Project
MIT License
470 stars 105 forks source link

How to use laravel-multiauth with livewire? #143

Closed minatosa closed 3 years ago

minatosa commented 3 years ago

How to use laravel-multiauth in livewire component or livewire-blade with bootsrap modal?

Thanks

minatosa commented 3 years ago

at config file livewire put 'web ' to 'middleware_group'

'middleware_group' => ['web'],