2017 © Pedro Peláez
 

symfony-bundle atom-cms-bundle

Simplest CMS ever.

image

nord-ua/atom-cms-bundle

Simplest CMS ever.

  • Friday, January 31, 2014
  • by ryabenko-pro
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

AtomBundle

Symfony2 simplest CMS bundle. There is no menus and structure, just dynamic pages and partials. Pages shows when no other routing gets request. E.g. you can create page with url about, and, if no other controllers can handle this request, page's content will be shown. Page can not content / symbol yet. If you need it, feel free to contact me about this., (*1)

Installation

composer.json:, (*2)

"require": {
    ...
    "nord-ua/atom-cms-bundle": "2.0.*@dev",
    ....
}

AppKernel.php:, (*3)

  ...
  new NordUa\AtomCmsBundle\AtomCmsBundle(),
  ...

routing.yml (to the bottom), (*4)

...
atom_cms:
    resource: "@AtomCmsBundle/Resources/config/routing.yml"

Usage

After installation go to /admin/cms and create pages you need. If you need to include page's content as partial you can call {{ atom_cms_render('%page url here%') }} inside any twig template., (*5)

That's it., (*6)

The Versions

31/01 2014

dev-master

9999999-dev https://github.com/nord-ua/AtomCmsBundle

Simplest CMS ever.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ryabenko Sergey

cms content