dev-develop
dev-developCloud Control - PHP Framework & CMS
MIT
The Requires
by Jens Kooij
dev-master
9999999-devCloud Control - PHP Framework & CMS
MIT
The Requires
by Jens Kooij
Cloud Control - PHP 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., (*2)
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:, (*3)
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:, (*4)
composer create-project getcloudcontrol/skeleton my-project && cd my-project && composer update
The framework uses composer and PHP, so make sure you have those installed prior to using the framework., (*5)
If you feel like contributing to the Cloud Control Framework itself, feel free to do so, but please follow our contributing guide., (*6)
Cloud Control - PHP Framework & CMS
MIT
Cloud Control - PHP Framework & CMS
MIT