2017 © Pedro Peláez
 

symfony-bundle publish-bundle

A Symfony 2 bundle for adding Publish fields to entities.

image

manhattan/publish-bundle

A Symfony 2 bundle for adding Publish fields to entities.

  • Monday, December 2, 2013
  • by frodosghost
  • Repository
  • 1 Watchers
  • 0 Stars
  • 185 Installations
  • PHP
  • 3 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PublishBundle

Add Publish operations to entities within the Manhattan Console. It easily adds Publish specific fields to Entities to allow easy to publish., (*1)

How

  1. Add this bundle to the composer file:, (*2)

    {
        "require": {
            ...
            "manhattan/publish-bundle": "dev-master"
        }
    }
  2. Add this bundle to your app kernel:, (*3)

    // app/AppKernel.php
    public function registerBundles()
    {
        return array(
            // ...
            new Manhattan\PublishBundle\ManhattanPublishBundle(),
            // ...
        );
    }

The Versions

02/12 2013

dev-master

9999999-dev https://github.com/frodosghost/PublishBundle

A Symfony 2 bundle for adding Publish fields to entities.

  Sources   Download

MIT

The Requires

 

search saving