Download the PHP package woann/yamecent-admin without Composer
On this page you can find all versions of the php package woann/yamecent-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download woann/yamecent-admin
More information about woann/yamecent-admin
Files in woann/yamecent-admin
Download woann/yamecent-admin
More information about woann/yamecent-admin
Files in woann/yamecent-admin
Vendor woann
Package yamecent-admin
Short Description yamecent-admin
License MIT
Package yamecent-admin
Short Description yamecent-admin
License MIT
Keywords frameworkyamecent-admin
Please rate this library. Is it a good library?
Informations about the package yamecent-admin
欢迎使用yamecent-admin后台管理
项目简介
yamecent-admin是一款基于laravel框架进行封装的后台管理系统,其中包含:
- rbac权限管理模块
- 完整的UI组件
- 自定义配置管理
- 图片上传,网络请求等常用的js公共函数
- 项目弹出层引用了layer,可直接使用layer
- 持续维护中...
安装教程
@tksmai这位朋友对代码和安装方式进行了优化
- 克隆代码库
git clone https://github.com/tksmai/yamecent-admin.git
- 执行命令
composer install && composer run-script post-root-package-install && composer run-script post-create-project-cmd
安装 laravel 框架,依赖库,并做配置文件初始化 - 配置域名(按laravel项目正常配置即可,解析到public目录)
- 如发现权限相关问题 执行 chown -R 用户名:用户组 项目目录
- 访问域名,登录即可进入管理系统
- 首次访问域名时会跳转至安装页面
- 填写完数据表配置之后,点击安装
- 安装完之后就可以使用刚刚提交的管理员账号密码登录了(如果您想重新安装,要将
<应用目录>/storage/app/install.lock
文件删掉,重新访问网址即可)
请求(不想用这个请求方法可以自行用ajax)
请求失败回调默认封装了取消loading层的操作,如果想自定义请求失败的回调的话,自行修改public/assets/js/common.js文件中的myRequest方法
表单不为空验证
input添加require
class
富文本
-
html
-
javascript
- 示例
时间选择器
- yamecent-admin的时间选择器是引入flatpickr插件,支持多语言,各种格式的时间选择。查看文档
-
html
-
javascript
- 示例
-
列表批量操作
-
html
- 示例
部分截图
- 数据统计
- 自定义配置(字符串,图片,富文本多种数据格式,可通过getConfig("key")的方式获取配置值)
- 权限管理
- 菜单管理
- 管理员
- 角色
All versions of yamecent-admin with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
fideloper/proxy Version ^4.0
laravel/framework Version 5.7.*
laravel/tinker Version ^1.0
fideloper/proxy Version ^4.0
laravel/framework Version 5.7.*
laravel/tinker Version ^1.0
The package woann/yamecent-admin contains the following files
Loading the files please wait ....