Skip to content

This bundle provides media blocks for the PrestaCMS.

License

Notifications You must be signed in to change notification settings

dunglas/PrestaCMSMediaBundle

 
 

Repository files navigation

Presta CMS Media Bundle Build Status

This bundle adds media blocks to PrestaCMS.

** Important ** 🚧 This bundles is currently under development

💬 If you want to have some informations about the projet progession you can register to our google group

📖 For a ready to use demonstration of PrestaCMS you should check the prestacms-sandox available on github.

Installation

1) Install dependencies

2) Get the bundle

php composer.phar require presta/cms-core-bundle:dev-master --no-update
php composer.phar update presta/cms-core-bundle

3) Update your AppKernel to register the bundle

<?php
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Presta\CMSMediaBundle\PrestaCMSMediaBundle(),
        // ...
    );
}

Media block

[WIP] 🚧

Ask for help

💬 If you need help about this project you can post a message on our google group


This project is supported by PrestaConcept

Lead Developer : @nicolas-bastien

About

This bundle provides media blocks for the PrestaCMS.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • PHP 100.0%