PHPackages                             imokhles/multi-auth-command - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. imokhles/multi-auth-command

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

imokhles/multi-auth-command
===========================

create laravel multi-auth guard setup files, middleware, models, migrations etc

2.0.2(6y ago)8189[1 PRs](https://github.com/iMokhles/MultiAuthCommand/pulls)1MITPHP

Since Jan 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/iMokhles/MultiAuthCommand)[ Packagist](https://packagist.org/packages/imokhles/multi-auth-command)[ RSS](/packages/imokhles-multi-auth-command/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (6)Versions (32)Used By (1)

MultiAuthCommand
================

[](#multiauthcommand)

[![Latest Version on Packagist](https://camo.githubusercontent.com/df40ff05051029c734eac9c51e94701f17fccb2f607e3feeeeec0d8ac76cefad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696d6f6b686c65732f6d756c74692d617574682d636f6d6d616e642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/imokhles/multi-auth-command)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c7ef09a87119947ca2935456a1e0274594bbcd8e75a6cb52a8d8f4c094d19863/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f694d6f6b686c65732f4d756c746941757468436f6d6d616e642e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/iMokhles/MultiAuthCommand)[![Build Status](https://camo.githubusercontent.com/75661c4f2846acbb78196b5295136e3b644794723c8dc035f7093b8644f4f212/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f694d6f6b686c65732f4d756c746941757468436f6d6d616e642f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/iMokhles/MultiAuthCommand/build-status/master)[![Total Downloads](https://camo.githubusercontent.com/2e9a23f454f4dd6925f27940a43de6a7b4250cb31f2ed4f465ece34010f57dfd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696d6f6b686c65732f6d756c74692d617574682d636f6d6d616e642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/imokhles/multi-auth-command)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

create laravel multi-auth guard setup files, middleware, models, migrations etc

Install
-------

[](#install)

1. In your terminal via composer:

```
composer require imokhles/multi-auth-command
```

2. Add this provider to your config/app.php ( no need for Laravel 5.5 and above ) :

```
iMokhles\MultiAuthCommand\MultiAuthCommandServiceProvider::class

```

3. copy theme files to

```
PROJECT_DIR/public/start_ui/*css,js,img,fonts

```

Available themes
----------------

[](#available-themes)

- FREE [AdminLTE 2](https://adminlte.io/themes/AdminLTE/index2.html)
- FREE [Tabler](https://preview.tabler.io/)
- PAID [StartUI](https://themeforest.net/item/startui-premium-bootstrap-4-admin-dashboard-template/15228250?ref=themesanytime)
- PAID [HighAdmin](https://themeforest.net/item/highdmin-responsive-bootstrap-4-admin-dashboard/21233941)
- PAID [OneUI](https://themeforest.net/item/oneui-bootstrap-admin-dashboard-template-ui-framework-angularjs/11820082)
- more comes later ( and you are welcome to send me a pull request for more themes )

Theme folder structure
----------------------

[](#theme-folder-structure)

```
.
├── Views ( folder )
│   └── THEME_NAME ( folder )
│       ├── auth ( folder )
│       │    ├── account ( folder )
│       │    │   ├── account_info_tab.blade.stub
│       │    │   ├── change_password_tab.blade.stub
│       │    │   ├── left_box.blade.stub
│       │    │   ├── right_box.blade.stub
│       │    │   └── update_info.blade.stub
│       │    ├── passwords ( folder )
│       │    │   ├── email.blade.stub
│       │    │   └── reset.blade.stub
│       │    ├── login.blade.stub
│       │    ├── register.blade.stub
│       │    └── verify.blade.stub
│       ├── layouts ( folder )
│       │     ├── inc ( folder )
│       │     │    ├── alerts.blade.stub
│       │     │    ├── breadcrumb.blade.stub
│       │     │    ├── head.blade.stub
│       │     │    └── scripts.blade.stub
│       │     ├── main_header ( folder )
│       │     │    ├── languages.blade.stub
│       │     │    ├── main_header.blade.stub
│       │     │    ├── notifications.blade.stub
│       │     │    └── user.blade.stub
│       │     ├── sidemenu ( folder )
│       │     │    ├── items.blade.stub
│       │     │    └── list.blade.stub
│       │     ├── layout.blade.stub
│       │     └── layout_guest.blade.stub
│       └── dashboard.blade.stub
└── ...

```

Usage
-----

[](#usage)

Example usage:

```
php artisan make:multi_auth Admin --admin_theme="startui"
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [iMokhles](http://github.com/imokhles)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[![Beerpay](https://camo.githubusercontent.com/5dac48a087912165865bee513a1f2d2be2807e1b99b8911372e81c4edeb7267c/68747470733a2f2f626565727061792e696f2f694d6f6b686c65732f4d756c746941757468436f6d6d616e642f62616467652e7376673f7374796c653d626565722d737175617265)](https://beerpay.io/iMokhles/MultiAuthCommand) [![Beerpay](https://camo.githubusercontent.com/215f165b9952eea058b5efd8e85a94b267b70ee610692c105c627231fe3333d2/68747470733a2f2f626565727061792e696f2f694d6f6b686c65732f4d756c746941757468436f6d6d616e642f6d616b652d776973682e7376673f7374796c653d666c61742d737175617265)](https://beerpay.io/iMokhles/MultiAuthCommand?focus=wish)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~28 days

Recently: every ~80 days

Total

30

Last Release

2270d ago

Major Versions

1.2.9 → 2.02020-04-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/57b8493865caa43e232d5ed05770d2b848e13ee9c39aec0de3f7ebd12dab2882?d=identicon)[iMokhles](/maintainers/iMokhles)

---

Top Contributors

[![iMokhles](https://avatars.githubusercontent.com/u/1247248?v=4)](https://github.com/iMokhles "iMokhles (78 commits)")

---

Tags

laravellaravel-admin-panellaravel-admin-themelaravel-bootstraplaravel-multi-loginlaravel-multiauthmultiauthphp-laravellaravelLaravel multiauthLaravel Multi Authlaravel multiple authentication

### Embed Badge

![Health badge](/badges/imokhles-multi-auth-command/health.svg)

```
[![Health](https://phpackages.com/badges/imokhles-multi-auth-command/health.svg)](https://phpackages.com/packages/imokhles-multi-auth-command)
```

###  Alternatives

[illuminate/queue

The Illuminate Queue package.

21332.6M1.5k](/packages/illuminate-queue)[spatie/laravel-health

Monitor the health of a Laravel application

87511.3M155](/packages/spatie-laravel-health)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M169](/packages/laravel-ai)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.5k55.4M7.8k](/packages/larastan-larastan)[spatie/laravel-medialibrary

Associate files with Eloquent models

6.1k43.2M611](/packages/spatie-laravel-medialibrary)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M125](/packages/laravel-pulse)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
