2017 © Pedro Peláez
 

symfony-bundle posts-bundle

Bundle used to manage and display Posts. Bundle is used within Symfony2.

image

manhattan/posts-bundle

Bundle used to manage and display Posts. Bundle is used within Symfony2.

  • Saturday, April 23, 2016
  • by frodosghost
  • Repository
  • 1 Watchers
  • 0 Stars
  • 87 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Manhattan Posts Bundle

This bundle has been created to allow editing and display of News, Articles or Posts Items. The idea is simple created data that is associated by Categories and by dates that publishes new Posts., (*1)

Installation

If you are using Symfony 2.1 you can install by adding the dependencies into the composer.json file., (*2)

"require": {
    ...
    "manhattan/posts-bundle": "dev-master"
},
[{
    "type": "package",
    "package": {
        "version": "dev-master",
        "name": "manhattan/posts-bundle",
        "source": {
            "url": "git@bitbucket.org:frodosghost/postsbundle.git",
            "type": "git",
            "reference": "master"
        },
        "autoload": {
            "psr-0": { "Manhattan\\Bundle\\PostsBundle": "" }
        },
        "target-dir": "Manhattan/Bundle/PostsBundle"
    }
}]

Setup Routing

To ensure that the trailing slash is removed from the Post routes you need to ensure that the index route is separated from the inported route collection., (*3)

The pattern for the #posts is the same as the prefix for the route collection:, (*4)

<route id="posts" pattern="/news">
    <default key="_controller">ManhattanPostsBundle:Public:index</default>
    <requirement key="_method">GET</requirement>
</route>
<import resource="@ManhattanPostsBundle/Resources/config/routing/public.xml" prefix="/news" />

The Versions

23/04 2016

v3.0.x-dev

3.0.9999999.9999999-dev

Bundle used to manage and display Posts. Bundle is used within Symfony2.

  Sources   Download

MIT

The Requires

 

posts news blog article

08/11 2013

dev-master

9999999-dev

Bundle used to manage and display Posts. Bundle is used within Symfony2.

  Sources   Download

MIT

The Requires

 

posts news blog article

28/08 2013

dev-document

dev-document

Bundle used to manage and display Posts. Bundle is used within Symfony2.

  Sources   Download

MIT

The Requires

 

posts news blog article