znframework/custom-edition
Composer 安装命令:
composer create-project znframework/custom-edition
包简介
ZN Framework Creator's Edition
关键字:
README 文档
README
This version allows you to create your own directory structure. Using the ZN Framework's core, you can build the appropriate code framework by building your own directory.
Installation
You only need to run the following code for the installation.
composer create-project znframework/custom-edition
Directory Configuration
For index configuration, open the zeroneed.php file. And define the necessary directories. Do you not forget to add a slash (/) at the end of the path information!
ZN\ZN::defines ([ 'CONTROLLERS_DIR' => '/', # It is necessary to define this constant. 'MODELS_DIR' => '', 'VIEWS_DIR' => '', 'ROUTES_DIR' => '', 'CONFIG_DIR' => 'config/', 'DATABASES_DIR' => '', 'STORAGE_DIR' => '', 'COMMANDS_DIR' => '', 'LANGUAGES_DIR' => '', 'LIBRARIES_DIR' => '', 'AUTOLOAD_DIR' => '', 'FILES_DIR' => '', 'TEMPLATES_DIR' => '', 'THEMES_DIR' => '', 'PLUGINS_DIR' => '', 'UPLOADS_DIR' => '', ])::run('CE');
统计信息
- 总下载量: 147
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-28