Code Monkey home page Code Monkey logo

multiauthcommand's Introduction

MultiAuthCommand

Latest Version on Packagist Scrutinizer Code Quality Build Status Total Downloads Software License

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

Install

  1. In your terminal via composer:
composer require imokhles/multi-auth-command
  1. Add this provider to your config/app.php ( no need for Laravel 5.5 and above ) :
iMokhles\MultiAuthCommand\MultiAuthCommandServiceProvider::class
  1. copy theme files to
PROJECT_DIR/public/start_ui/*css,js,img,fonts

Available 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:

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

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.

Beerpay Beerpay

multiauthcommand's People

Contributors

imokhles avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

multiauthcommand's Issues

Default Themes

Just a little suggestion: try use free/open-source themes instead to use paid themes from ThemeForest. Examples: AdminLte, CoreUi, Stisla, etc

Thanks for create this package, it's very util for us.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.