Coder Social home page Coder Social logo

ramikhmer / laravel-breeze-multi-auth-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rubensrocha/laravel-breeze-multi-auth-admin

0.0 0.0 0.0 217 KB

Laravel Multi Auth Admin Panel using Laravel Breeze

License: MIT License

Shell 0.10% JavaScript 75.42% PHP 14.98% CSS 3.25% Blade 6.26%

laravel-breeze-multi-auth-admin's Introduction

GitHub issues GitHub forks Total Downloads GitHub license

About This Repository

This is a repository created to serve as a basis for those who intend to create a Laravel project using Breeze with multiple guards/auth, where it is possible to create a website and an admin panel with separate authentication for each one.

Unlike many tutorials that teach you how to achieve this goal, this repository is in fact complete and has all the basic functional functions in the admin panel.

Site(User)

  • Register
  • Login
  • Logout
  • Forgot Password
  • Reset Password
  • Confirm Password
  • Verify Email

Admin

  • Login with email or username
  • Logout
  • Forgot Password
  • Reset Password
  • Confirm Password
  • Verify Email

Installation

Clone this repo

git clone https://github.com/laravel/breeze.git

Create env file and set up your DB connection

cp .env.example .env

Generate key

php artisan key:generate

Install packages

composer install

Run migrations without admins/users

php artisan migrate

Or run migrations with admins/users

php artisan migrate --seed

Default password for admin and users is "password"

References

Contributing

Anyone who wants to make some improvement just make a Pull-Request.

If you can achieve the same goal using Jetstream, please share your solution with me as I am very interested.

License

The Laravel framework and this repository is open-sourced software licensed under the MIT license.

laravel-breeze-multi-auth-admin's People

Contributors

rubensrocha avatar

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.