2017 © Pedro Peláez
 

kunstmaan-bundle kunstmaan-extension-bundle

Kunstmaan extension bundle

image

webtown/kunstmaan-extension-bundle

Kunstmaan extension bundle

  • Thursday, April 6, 2017
  • by fchris82
  • Repository
  • 3 Watchers
  • 2 Stars
  • 714 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 33 Versions
  • 0 % Grown

The README.md

WebtownKunstmaanExtensionBundle

This bundle add new feature to KunstmaanCMSBundle:, (*1)

  • Auto cache purge + cache purge page (Settings --> Cache purge)
  • JMSTranslateBundle integration (with a fork!)
  • Custom page parts: Gallery, InsertPage, Slider
  • Make searchable entity from custom entity

Install

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*2)

$ composer require webtown/kunstmaan-extension-bundle 

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*3)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*4)

``` php <?php // app/AppKernel.php, (*5)

// ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ..., (*6)

        new Webtown\KunstmaanExtensionBundle\WebtownKunstmaanExtensionBundle(),
        new JMS\TranslationBundle\JMSTranslationBundle(),
    );

    // ...
}

// ...

}, (*7)


Step 3: Add the route --------------------- Add the route to `app/config/routing.yml`: ```yml #KunstmaanExtensionBundle KunstmaanExtensionBundle: resource: "@WebtownKunstmaanExtensionBundle/Resources/config/routing.yml" prefix: /

Change log

Please see CHANGELOG for more information what has changed recently., (*8)

Testing

bash $ composer test, (*9)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*10)

The Versions

06/04 2017
29/04 2016

1.0.5

1.0.5.0 https://github.com/webtown-php/KunstmaanExtensionBundle

Kunstmaan extension bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by László Somogyi

29/04 2016

1.0.4

1.0.4.0 https://github.com/webtown-php/KunstmaanExtensionBundle

Kunstmaan extension bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by László Somogyi

27/04 2016

1.0.3

1.0.3.0 https://github.com/webtown-php/KunstmaanExtensionBundle

Kunstmaan extension bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by László Somogyi

26/04 2016

1.0.2

1.0.2.0 https://github.com/webtown-php/KunstmaanExtensionBundle

Kunstmaan extension bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by László Somogyi

25/04 2016

1.0.1

1.0.1.0 https://github.com/webtown-php/KunstmaanExtensionBundle

Kunstmaan extension bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by László Somogyi

25/04 2016

1.0.0

1.0.0.0 https://github.com/webtown-php/KunstmaanExtensionBundle

Kunstmaan extension bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by László Somogyi