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.

Installs: 170

Dependents: 2

Suggesters: 0

Security: 0

Stars: 11

Watchers: 1

Forks: 0

Open Issues: 2

pkg:composer/creolab/krustr

dev-master 2014-02-23 08:12 UTC

This package is auto-updated.

Last update: 2025-09-17 20:35:20 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',
),

Bitdeli Badge