dev-master
9999999-dev https://github.com/frodosghost/PublishBundleA Symfony 2 bundle for adding Publish fields to entities.
MIT
The Requires
search saving
Wallogit.com
2017 © Pedro Peláez
A Symfony 2 bundle for adding Publish fields to entities.
Add Publish operations to entities within the Manhattan Console. It easily adds Publish specific fields to Entities to allow easy to publish., (*1)
Add this bundle to the composer file:, (*2)
{
"require": {
...
"manhattan/publish-bundle": "dev-master"
}
}
Add this bundle to your app kernel:, (*3)
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Manhattan\PublishBundle\ManhattanPublishBundle(),
// ...
);
}
A Symfony 2 bundle for adding Publish fields to entities.
MIT
search saving