2017 © Pedro PelĂĄez
 

symfony-bundle cms-page-bundle

Symfony CMSPageBundle extends of Sonata Project

image

th3mouk/cms-page-bundle

Symfony CMSPageBundle extends of Sonata Project

  • Monday, August 29, 2016
  • by Th3Mouk
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1,431 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 5 % Grown

The README.md

CMS Page Bundle

Bundle extending SonataPageBundle in order to simplify the use by developers and future users, trying to not alter the original flexibility, and to give them new basic tools and views., (*1)

SensioLabsInsight Latest Stable Version Total Downloads Build Status Latest Unstable Version License, (*2)

This bundle is part of the preconfigured CMS based on Symfony and Sonata : CMSStarter | CMSCoreBundle, (*3)

SonataPageBundle

The use of this bundle require understanding of the SonataPageBundle., (*4)

Installation

Composer

composer require th3mouk/cms-page-bundle ^2.0

SonataPageBundle

Install the original SonataPageBundle., (*5)

Easy extends

app/console sonata:easy-extends:generate Th3MoukCMSPageBundle

Update Kernel

# app/AppKernel.php
...
new Th3Mouk\CMSPageBundle\Th3MoukCMSPageBundle(),
new Application\Th3Mouk\CMSPageBundle\ApplicationTh3MoukCMSPageBundle(),
...

Configuration

Create the following files:, (*6)

# app/config/bundles/override.yml
parameters:
    #Overload PageAdmin
    sonata.page.admin.page.class: Th3Mouk\CMSPageBundle\Admin\PageAdmin
    #Overload PageManager
    sonata.page.manager.page.class: Th3Mouk\CMSPageBundle\Entity\PageManager
    #Overload Transformer otherwise additional attributes will be non-serialized
    sonata.page.transformer.class: Th3Mouk\CMSPageBundle\Entity\Transformer
    #Overload PageAdminController
    sonata.page.admin.page.controller: Th3MoukCMSPageBundle:PageAdmin
# app/config/sonata/sonata_page.yml
sonata_page:
    class:
        page:     Application\Th3Mouk\CMSPageBundle\Entity\Page
        snapshot: Application\Th3Mouk\CMSPageBundle\Entity\Snapshot
        block:    Application\Th3Mouk\CMSPageBundle\Entity\Block
        site:     Application\Th3Mouk\CMSPageBundle\Entity\Site

Include them:, (*7)

# app/config/config.yml
imports:
    # Sonata Page Bundle
    - { resource: sonata/sonata_page.yml }

    # Override Vendors Parameters
    - { resource: bundles/override.yml }

Please

Feel free to improve all of this work, project or bundles., (*8)

The Versions

29/08 2016

dev-master

9999999-dev

Symfony CMSPageBundle extends of Sonata Project

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jérémy Marodon

bundle symfony cms page content sonata

24/08 2016

2.0.0

2.0.0.0

Symfony CMSPageBundle extends of Sonata Project

  Sources   Download

MIT

The Requires

 

by Jérémy Marodon

bundle symfony cms page content sonata

28/02 2016

dev-1.x-dev

dev-1.x-dev

Symfony CMSPageBundle extends of Sonata Project

  Sources   Download

MIT

The Requires

 

by Jérémy Marodon

bundle symfony cms page content sonata

14/09 2015

1.2.0

1.2.0.0

Symfony CMSPageBundle extends of Sonata Project

  Sources   Download

MIT

The Requires

 

by Jérémy Marodon

cms page sonata

03/07 2015

1.1.0

1.1.0.0

Symfony CMSPageBundle extends of Sonata Project

  Sources   Download

MIT

The Requires

 

by Jérémy Marodon

cms page sonata

15/04 2015

1.0.2

1.0.2.0

Symfony CMSPageBundle extends of Sonata Project

  Sources   Download

MIT

The Requires

 

by Jérémy Marodon

cms page sonata

02/04 2015

1.0.1

1.0.1.0

Symfony CMSPageBundle extends of Sonata Project

  Sources   Download

MIT

The Requires

 

by Jérémy Marodon

cms page sonata

13/03 2015

1.0.0

1.0.0.0

Symfony CMSPageBundle extends of Sonata Project

  Sources   Download

MIT

The Requires

 

by Jérémy Marodon

cms page sonata