creolab / krustr by bstrahija

The Krustr CMS built in the great Laravel framework.
170
11
2
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-04-23 03:09:50
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

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',
),

Bitdeli Badge