silverstripe/vendor-plugin-helper
最新稳定版本:1.0.0
Composer 安装命令:
composer require silverstripe/vendor-plugin-helper
包简介
Assists with linking vendor modules to the public webroot
README 文档
README
When installing SilverStripe modules in the vendor directory it may also be necessary to ensure certain module assets are exposed to the webroot, as the 'vendor' url prefix is blocked from web-access by default.
See also: Vendor plugin
This utility allows setup of these paths if the vendor-plugin is disabled through
the use of --no-plugins in install.
See information on this plugin at the vendor-plugin github page
Installation
composer global require silverstripe/vendor-plugin-helper
echo 'export PATH=$PATH:~/.composer/vendor/bin/' >> ~/.bash_profile
Commands
Both commands are similar: One will symlink vendor modules, the other will copy resources.
The root directory used as the public webroot is resources by default.
vendor-plugin-helper copy /path/to/wwwvendor-plugin-helper link /path/to/www
Optional args:
--targetTop level folder to link resources to. Defaults toresources
统计信息
- 总下载量: 8.96k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-09-25