承接 librarianphp/command-build 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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 build
  • assets_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

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-04-18