Skip to content
/ cms Public

通用后台,使用了 laravel / bootstrap4 / jqeury

Notifications You must be signed in to change notification settings

jzfan/cms

Repository files navigation

About

使用 laravel5.8, bootstrap4, jquery 搭建的简洁后台

安装

需要安装redis 及 phpredis扩展

git clone https://github.com/jzfan/admin.git
cd admin
composer install

//配置数据库...

php artisan migrate
php db:seed

登录

url: /admin
email: admin@admin.com
password: 123

特性

  1. 通知
// php
session('notice', 'some message');
// js
flash('some message')
// ajax: 删除按钮, 添加 .btn-delete 样式
<button type="button" class="btn btn-danger btn-delete">
  1. form表单错误提示,添加 .show-errors 样式
<form action='/some/path' method="POST" class="show-errors">
  1. Excel数据导出

  2. 数据库导出

//在 storage 目录下创建 backup 目录,确保可写
php artisan db:backup
  1. api跨域 CorsMiddleware 中间件

插件

  1. Chartjs
  2. Pikaday
  3. WangEditor

界面

show

License

The JzAdmin is open-source software licensed under the MIT license.

About

通用后台,使用了 laravel / bootstrap4 / jqeury

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages