Download the PHP package wula/coolay without Composer
On this page you can find all versions of the php package wula/coolay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package coolay
Coolayui
基于layui的后台管理界面。
使用
到releases下载最新版本并解压,然后参考demo
开始使用:
composer
composer require wula/coolay
配置
相比layui,coolay扩展了三个配置: devMode
, module
和theme
:
&
引用layui安装目录里lay/exts
下的库&coolay
对应的文件为lay/exts/coolay.js
- 项目开发的库(组件)都是此类
@
引用config.module
目录下的库@app.module
对应的文件为/modules/app/js/module.js
$
引用config.theme
目录下的库$default.mod
对应的文件为/themes/default/js/mod.js
- 其它
- layui内置模块从
lay/modules
目录加载 - 第三方库,如
third
从config.base
指定的目录加载,如从三方组件下载的库
- layui内置模块从
参与开发
node version: 12.12
git clone https://github.com/ninggf/coolayui.git
cd coolayui && git submodule update --init --recursive
npm ci
npx gulp watch
欢迎提交
pr
或issue
。
All versions of coolay with dependencies
PHP Build Version
Package Version
Requires
wula/wula-installer Version
^2.0
The package wula/coolay contains the following files
Loading the files please wait ....