Download the PHP package imokhles/multi-auth-command without Composer
On this page you can find all versions of the php package imokhles/multi-auth-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download imokhles/multi-auth-command
More information about imokhles/multi-auth-command
Files in imokhles/multi-auth-command
Download imokhles/multi-auth-command
More information about imokhles/multi-auth-command
Files in imokhles/multi-auth-command
Vendor imokhles
Package multi-auth-command
Short Description create laravel multi-auth guard setup files, middleware, models, migrations etc
License MIT
Package multi-auth-command
Short Description create laravel multi-auth guard setup files, middleware, models, migrations etc
License MIT
Please rate this library. Is it a good library?
Informations about the package multi-auth-command
MultiAuthCommand
create laravel multi-auth guard setup files, middleware, models, migrations etc
Install
-
In your terminal via composer:
-
Add this provider to your config/app.php ( no need for Laravel 5.5 and above ) :
- copy theme files to
Available themes
- FREE AdminLTE 2
- FREE Tabler
- PAID StartUI
- PAID HighAdmin
- PAID OneUI
- more comes later ( and you are welcome to send me a pull request for more themes )
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
Example usage:
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of multi-auth-command with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^7.0
prologue/alerts Version ^0.4.1
illuminate/console Version ^7.0
symfony/process Version ^5.0
illuminate/database Version ^7.0
laravel/ui Version ^2.0
prologue/alerts Version ^0.4.1
illuminate/console Version ^7.0
symfony/process Version ^5.0
illuminate/database Version ^7.0
laravel/ui Version ^2.0
The package imokhles/multi-auth-command contains the following files
Loading the files please wait ....