chialab/frontend-kit
Composer 安装命令:
composer require chialab/frontend-kit
包简介
BEdita 5 plugin to help with development of websites.
README 文档
README
The Frontend Kit is a BEdita 5 plugin designed to help in developing frontends. It covers objects routing and loading, views composition and auth-based staging sites.
Usage
You can install the plugin using Composer.
The recommended way to install Composer packages is:
$ composer require chialab/frontend-kit
Then, you have to load it as plugin in your Cake application:
src/Application.php
$this->addPlugin('Chialab/FrontendKit');
Please read the Wiki to correctly setup the frontend.
Testing
Since some FrontendKit queries uses specific MySQL syntax, you must provide a DSN url for a test database before running tests:
$ export db_dsn='mysql://root:****@localhost/bedita4_frontendkit'
Then, you can launch tests using the test composer command:
$ composer run test
License
Chialab/FrontendKit is released under the MIT license.
统计信息
- 总下载量: 26.23k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-21