laravel-multiauth icon indicating copy to clipboard operation
laravel-multiauth copied to clipboard

Multi Auth and admin auth in Laravel Project

Results 34 laravel-multiauth issues
Sort by recently updated
recently updated
newest added

**Bug description** When running this command: `php artisan multiauth:make myguard` getting this error: `Symfony\Component\Debug\Exception\FatalThrowableError : Call to undefined function Bitfumes\Multiauth\Console\Commands\str_plural()` **Laravel Version** Laravel 6.20.9 (last LTS) **To Reproduce** Steps to...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

**Describe the bug** Clicking roles not redirected to roles page **Laravel Version** 8.4 **To Reproduce** Steps to reproduce the behavior: 1) when we click to roles it redirected to admin/home...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

``` @admin('sales') Only For sales @endadmin ``` ``` @admin('super') Only For Super @endadmin ``` While login with other admin roles like super, the sales section is still visible. note: I...

I get below error when using horizon with multi-auth. It makes horizon dashboard inaccessible. I set the $user to null in the horizon gate but still interfering. `Call to a...

By default laravel-multiauth checks that `admins.active = 1`. This change allows you to configure the credentials that are passed along with the username and password by adding a `credentials` setting...

This change is to make the MultiAuth system compatible with Laravel default Authentication process and to behave identical as "web guard" or "User Model". Actually there is a little problem...

**Describe the bug** I get `Target class [Illuminate\Database\Eloquent\Factory] does not exist.` error while installing in Laravel 9. **Laravel Version** Laravel 9

Problem 1 - Root composer.json requires bitfumes/laravel-multiauth ^5.2 -> satisfiable by bitfumes/laravel-multiauth[5.2.0, 5.2.1]. - bitfumes/laravel-multiauth[5.2.0, ..., 5.2.1] require laravel/ui ^2.0|^3.0 -> found laravel/ui[v2.0.0, ..., v2.5.0, v3.0.0, ..., v3.4.6] but it...