Download the PHP package yirius/icesui without Composer
On this page you can find all versions of the php package yirius/icesui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yirius/icesui
More information about yirius/icesui
Files in yirius/icesui
Download yirius/icesui
More information about yirius/icesui
Files in yirius/icesui
Please rate this library. Is it a good library?
Informations about the package icesui
ICESUI for thinkphp 5.1
icesui是一个针对于thinkphp5.1版本的快速开发后台框架,拥有较为优美的后台样式(优化了手机端)
同时集成了权限管理和管理员管理等功能,并且开发方式类似于OneThink里面的一些自定义方法
如果使用过海豚框架就会对这种开发方式有一些了解
icesui针对于thinkphp5.1做了如下
- 精美的后台样式和手机样式
- 内置了FormBuilder和TableBuilder可以用来针对性的快速开发表单和列表界面
- 自定义界面样式和组件
使用方法 composer require yirius/icesui#
功能介绍(附带使用方法)
- 目录简介
---src
------assets/使用的所有资源文件
---------css/存放所有的css文件
---------fonts/存放所有的字体文件
---------images/存放所有使用到的图片
---------js/存放使用到的js
---------vendor/所有使用的其他插件包
转入2详细讲解
------builder/
---------FormBuilder.php 表单生成助手
---------ManageBuilder.php 管理界面生成助手
---------TableBuilder.php 表格生成助手
---------ToolsBuilder.php 工具生成助手
转入其他详细讲解
------controller/
---------Setting.php 后台的权限管理和设置对应的类
转入3详细讲解
------extend/
---------Auth.php 权限管理核心文件
---------MgController.php 所有后台文件都需要继承的
---------Model.php 所有模型类需要继承的文件
---------Tools.php 工具类文件
php think使用的命令行
------icescommand/
---------Assets.php
---------Config.php
---------Init.php
后台框架使用的模型
------model/
---------AuthGroup.php
---------AuthRule.php
---------AuthUser.php
后台所有使用的界面样式
------view/
---------form/
---------manage/
---------pub/
---------setting/
---------table/
---------empty.html
---------layout.html
其他使用的文件
------config.php
------helper.php
------IBuilder.php - Builder类库简介
- 注明: 在thinkphp5.1内,如果需要进行一些自己的配置, 或者希望通过apache等加载css和js, 则需要运行如下命令
- 具体使用请查看doc
---1. ManageBuilder.php(这个类库控制了后台的登录界面/主题界面/框架界面)
- 注: 所有后台的登录身份记录使用的是session("manager")
---2. FormBuilder.php
-
具体操作,请查看doc下面的文件
- 这个组件的使用方法
---3. TableBuilder.php
- 这个组件的使用方法
---4. ToolsBuilder.php
- 具体使用请查看doc
- extend文件夹内文件详解
---1. Auth.php (这个文件是权限判断和展示文件的核心)
- extend文件夹内文件详解
---2. MgController.php
- 所有的文件,只要是希望后台打开,并且带上权限判断的,都需要继承自MgController,系统会自动判断当前文件是否拥有权限打开
---3. Model.php
---4. Tools.php
- 自定义方法
All versions of icesui with dependencies
PHP Build Version
Package Version
Requires
topthink/think-helper Version
>=1.0.4
topthink/think-installer Version >=1.0.10
topthink/think-captcha Version >=2.0
topthink/think-installer Version >=1.0.10
topthink/think-captcha Version >=2.0
The package yirius/icesui contains the following files
Loading the files please wait ....