concretecms/sample_composer_package
Composer 安装命令:
composer require concretecms/sample_composer_package
包简介
Sample package that is installable via composer
README 文档
README
This project is a concrete5 sample package that is powered entirely by composer.
To install this package on a composer based concrete5 site, make sure you already have composer/installers then run:
$ composer require concrete5/sample_composer_package
Then install the package
$ ./vendor/bin/concrete5 c5:package-install sample_composer_package
Using this project as a skeleton
First, use composer create-project to begin your own package project.
$ composer create-project concrete5/sample_composer_package
Once this is done, modify the composer.json to have information about your project and an updated name.
Then set up your VCS
git init
git remote add origin git@github.com/youraccount/yourrepository
git add .
git commit -m "Initial Commit"
git push
Finally, add your git repository to a composer repository. And that's it!
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-19