dywee/cms-bundle

Symfony2 bundle, the Dywee CMS bundle

Installs: 72

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:symfony-bundle

dev-master / 2.0.x-dev 2021-03-22 12:28 UTC

This package is auto-updated.

Last update: 2024-04-22 19:11:53 UTC


README

##Installing

just run

$ composer require dywee/core-bundle

add the bundle to the kernel

new Dywee\CoreBundle\DyweeCoreBundle(),

Be sure to activate the symfony serializer component in your config.yml file

# app/config/config.yml
framework:
    serializer:
        enabled: true