creolab / krustr
There is no license information available for the latest version (dev-master) of this package.
The Krustr CMS built in the great Laravel framework.
dev-master
2014-02-23 08:12 UTC
Requires
- php: >=5.3.0
- creolab/alert: dev-master
- creolab/assets: dev-master
- creolab/image: dev-master
- creolab/vault: dev-master
- dflydev/markdown: ~1
- laravel/framework: ~4
- thujohn/analytics: dev-master
Requires (Dev)
- itsgoingd/clockwork: dev-master
This package is auto-updated.
Last update: 2024-11-17 18:48:48 UTC
README
Krustr CMS as a Composer package.
License
The Krustr CMS is open-sourced software licensed under the MIT license
Installation
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',
),