2017 © Pedro Peláez
 

library krustr

The Krustr CMS built in the great Laravel framework.

image

creolab/krustr

The Krustr CMS built in the great Laravel framework.

  • Sunday, February 23, 2014
  • by bstrahija
  • Repository
  • 2 Watchers
  • 12 Stars
  • 151 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Krustr

Krustr CMS as a Composer package., (*1)

License

The Krustr CMS is open-sourced software licensed under the MIT license, (*2)

Installation

To install the Krustr CMS just add the followind to your composer.json file:, (*3)

"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:, (*4)

'providers' => array(
    // ... your providers

    'Krustr\KrustrServiceProvider',
),

Bitdeli Badge, (*5)

The Versions