Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luffyzhao/laravel-admin-auth

laravel-admin-auth
https://github.com/luffyzhao/laravel-admin-auth

Last synced: about 1 month ago
JSON representation

laravel-admin-auth

Awesome Lists containing this project

README

        

# laravel erp管理后台权限认证

### 安装

> composer require luffyzhao/laravel-admin-auth

### mange 管理模块
> php artisan make:auth-module manage

> php artisan migrate

> php artisan make:auth-seeder manage

> php artisan publish:vue