bitfumes / laravel-multiauth

Multi Auth and admin auth in Laravel Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to override Multiauth controller & model class/method

aaranta opened this issue · comments

Hi Sarthak,
I need to customize your Multiauth controller & model to suit my applications. Could you please teach me the proper way to override your controller & model class/method?

So far I've been editing your controller & model inside the vendor/bitfumes/ folder. But this is not a proper way as compoer update will overwrite my changes.

Thanks.

Please close this issue. I think I should just use php artisan multiauth:make guardname.
Thanks!

Yeah, great. Thanks for using this package.