Skip to content

hellowords/laravel-admin-template

Repository files navigation

Laravel 5.7 后台模板

使用AdminLTE后台模板,基础功能使用 Vue开发,组件使用iview

功能

  • 用户注册、登录
  • 邮箱验证
  • 后台用户基础管理
  • 角色权限管理
  • 个人中心

后台预览

image1 image2 image3 image4

添加了一些配置 邮件需要自己配置、具体查看.env.example,新增配置文件在config/website.php.

安装步骤

composer中添加了常用的包: mongodb、redis 如果不需要则删除这些包

 git clone https://github.com/hellowords/laravel-admin-template.git
 
 cd laravel-admin-template
 
 composer install

 cp .env.example .env 

 # .env中配置邮件、数据库等

 php artisan key:gen
 
 php artisan migrate
 
 npm install
 
 # 如果修改过后台模板需要运行此命令
 #npm run dev 

Todo

  • 媒体管理

About

Laravel5.7后台模板,使用AdminLTE、iview相关组件

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy