2017 © Pedro Peláez
 

library fwk-cmf

image

nitronet/fwk-cmf

  • Thursday, January 29, 2015
  • by neiluJ
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

fwk-cmf

Very simple CMF debuts..., (*1)

Installation

1: Install the sources

Via Composer:, (*2)

{
    "require": {
        "nitronet/fwk-cmf": "dev-master",
    }
}

If you don't use Composer, you can still download this repository and add it to your include_path PSR-0 compatible, (*3)

2: Configure Plugin

index.php: php $app->plugin(new CmfPlugin(array( 'config' => __DIR__ .'/../app/site/site.yml' ), array( new TwigFilesystemProvider(__DIR__ .'/../app/site', 'twig') ), array( new \Nitronet\Fwk\CMF\Providers\Routes\ConfigRoutesProvider() )));, (*4)

Contributions / Community

  • Issues on Github: https://github.com/nitronet/fwk-cmf/issues
  • Follow Fwk on Twitter: @phpfwk

The Versions

29/01 2015