2017 © Pedro Peláez
 

symfony-bundle article-bundle

Xi Article Bundle for light weight content management

image

xi/article-bundle

Xi Article Bundle for light weight content management

  • Monday, September 16, 2013
  • by xi-project
  • Repository
  • 1 Watchers
  • 2 Stars
  • 164 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Article functionality for Symfony2

Article bundle provides support for articles inside a Symfony 2 project. Articles are managed by tags, which are provided by Xi tag bundle., (*1)

Dependencies

xi-bundle-tag * https://github.com/xi-project/xi-bundle-tag, (*2)

xi-bundle-selector * https://github.com/xi-project/xi-bundle-selector, (*3)

Installing

deps -file

[XiSelectorBundle]
    git=http://github.com/xi-project/xi-bundle-selector.git
    target=/bundles/Xi/Bundle/SelectorBundle

[XiTagBundle]
    git=http://github.com/xi-project/xi-bundle-tag.git
    target=/bundles/Xi/Bundle/TagBundle

[XiArticleBundle]
    git=http://github.com/xi-project/xi-bundle-article.git
    target=/bundles/Xi/Bundle/ArticleBundle

autoload.php file

<?php
'Xi\\Bundle'       => __DIR__.'/../vendor/bundles',
?>

appKernel.php -file

<?php
            new Xi\Bundle\SelectorBundle\XiSelectorBundle(),
            new Xi\Bundle\TagBundle\XiTagBundle(),
            new Xi\Bundle\ArticleBundle\XiArticleBundle(),
 ?>

routing.yml -file

XiTagBundle:
    resource: "@XiTagBundle/Resources/config/routing.yml"
    prefix:   /

XiArticleBundle:
    resource: "@XiArticleBundle/Resources/config/routing.yml"
    prefix:   /

Styling

there is a search result render template, for integration with xi search bundle, be sure to style the respective admin buttons (search-result-edit, search-result-delete, search-result-change) to actually see them, (*4)

The Versions

16/09 2013

2.2.x-dev

2.2.9999999.9999999-dev

Xi Article Bundle for light weight content management

  Sources   Download

The Requires

 

by Avatar xi-project

article content management

04/09 2012

dev-master

9999999-dev

Xi Article Bundle for light weight content management

  Sources   Download

The Requires

 

by Avatar xi-project

article content management

04/09 2012

2.1.x-dev

2.1.9999999.9999999-dev

Xi Article Bundle for light weight content management

  Sources   Download

The Requires

 

by Avatar xi-project

article content management

04/09 2012

2.0.x-dev

2.0.9999999.9999999-dev

Xi Article Bundle for light weight content management

  Sources   Download

The Requires

 

by Avatar xi-project

article content management

20/08 2012

dev-tools-admin-visibility

dev-tools-admin-visibility

Xi Article Bundle for light weight content management

  Sources   Download

The Requires

 

by Avatar xi-project

article content management

15/08 2012

dev-article-by-block

dev-article-by-block

Xi Article Bundle for light weight content management

  Sources   Download

The Requires

 

by Avatar xi-project

article content management