Package Data | |
---|---|
Maintainer Username: | bstrahija |
Maintainer Contact: | bstrahija@gmail.com (Boris Strahija) |
Package Create Date: | 2013-08-07 |
Package Last Update: | 2014-02-23 |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2024-11-19 03:19:09 |
Package Statistics | |
---|---|
Total Downloads: | 170 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 11 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 2 |
Krustr CMS as a Composer package.
The Krustr CMS is open-sourced software licensed under the MIT license
To install the Krustr CMS just add the followind to your composer.json file:
"creolab/krustr": "dev-master"
Add you also need to register the service provider by adding the following line to you app/config/app.php file among the already registered providers:
'providers' => array(
// ... your providers
'Krustr\KrustrServiceProvider',
),