getcloudcontrol/cloudcontrol
Composer 安装命令:
composer require getcloudcontrol/cloudcontrol
包简介
Cloud Control - PHP Framework & CMS
README 文档
README
Cloud Control - Framework & CMS
Cloud Control is a PHP framework that is intended for rapid development of websites and webapps. Included in the framework is the Cloud Control CMS, for easy management of the content and structure of your website. Cloud Control and Cloud Control CMS are distributed under the MIT license, so feel free to use it for whatever project you see fit.
Usage
It is highly recommended to use the skeleton project to create a new project using Cloud Control. You can do this by using composer to create the project for you. It's as simple as typing:
composer create-project getcloudcontrol/skeleton my-project
This will create a folder called "my-project" containing nothing but the bare minimum to start building with Cloud Control. To initiate Cloud Control run composer update in this folder. Alternatively you can combine the commands like this:
composer create-project getcloudcontrol/skeleton my-project && cd my-project && composer update
Prerequisites
The framework uses composer and PHP, so make sure you have those installed prior to using the framework.
Contributing to this project
If you feel like contributing to the Cloud Control Framework itself, feel free to do so, but please follow our contributing guide.
统计信息
- 总下载量: 180
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-05