ttek/tk-installers
最新稳定版本:8.0.36
Composer 安装命令:
composer require ttek/tk-installers
包简介
Tropotek installer plugins
关键字:
README 文档
README
Project: ttek/tk-installers
Web: http://www.tropotek.com/
Authors: Michael Mifsud http://www.tropotek.com/
Reference: https://getcomposer.org/doc/articles/custom-installers.md
This lib is used by composer when using the update/install command.
Contents
Installation
Available on Packagist (ttek/tk-installers) and as such installable via Composer.
composer require ttek/tk-installers
Or add the following to your composer.json file:
"ttek/tk-installers": "~3.0"
If you do not use Composer, you can grab the code from GitHub, and use any PSR-0 compatible autoloader (e.g. the PHP DomTemplate) to load the classes.
Introduction
The main aim of this project is to allow for the Tk libs to build packages that install
to other directories other than the vendor directory.
Tk projects also contain:
assetsA folder to store media, css and Javascript packages if requiredpluginsA folder for plugins that some sites may want to implement.themeA folder for your site themes
The InitProject Event object is used when the composer update/install command is run. This first checks for a config.php and a .htaccess and if they do not exist it then creates them from the .htaccess.in and config.php.in if they are readable. It also creates a data folder and makes it writable.
统计信息
- 总下载量: 1.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-02