Skip to content

creolab/krustr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Krustr CMS as a package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published