librarianphp/command-build
最新稳定版本:1.2.2
Composer 安装命令:
composer require librarianphp/command-build
包简介
Librarian's static build command
README 文档
README
Librarian's static builder command.
./librarian build
Config Requirements
Add the following static.php config file in Librarian's config folder:
<?php return [ /***************************************************************************** * Settings for static build output ******************************************************************************/ 'output_path' => __DIR__ . '/../public', 'assets_path' => __DIR__ . '/../app/Resources/public' ];
output_path: location where to dump the static buildassets_path: directory with public assets resources that should be copied into the document root of the generated website.
统计信息
- 总下载量: 443
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-18