-
I am doing a project where multi-auth is necessary. Does this package support laravel multi-auth? even though I set up project environment as multi auth suggests, DynamDB package always getting the co…
-
Is jwt auth support laravel multi guard
-
As I explained in [**my StackOverflow question**](https://stackoverflow.com/questions/50728067/multi-jwt-auth-with-laravel-and-mongodb/50779168#50779168), I have three authenticatable models and I wan…
-
With the release of Laravel 5.2 and its new Auth configuration, we must find a way to support both Laravel 5.1 LTS and Laravel 5.2 configuration files.
-
I've created 2 api guards for multi-auth login on Laravel 5.3 and it is throwing this error:
ErrorException in CreatesUserProviders.php line 65:
Undefined index: model
in CreatesUserProviders.php l…
-
does this package support laravel 5.2? laravel 5.2 has new multi-auth and multi-model auth
-
I am using Laravel 5.4.
There are two types of user in my system. Admin &User.
Both have separate database tables .To authenticate ,I have implemented laravel multi auth with custom user provider(…
-
Guard is not redirecting where page was before after login
for example :
I am on page : `http://laravel.dev/lists`
which shows me list of item
Item 1
Item 1
Item 1
but a…
-
just download the draft code and follow the youtube vedio to make it complete?
i am fresh in coding ,hoping not to annoy you ;thank you very much!
-
Hi,
I am trying to use Hesto/multi-auth package on fresh laravel 6 installation but when I run command
**php artisan multi-auth:install admin -f** I get following error: **Call to undefined functio…