2017 © Pedro Peláez
 

symfony-bundle basicblogbundle

Symfony Basic Blog Bundle

image

cpana/basicblogbundle

Symfony Basic Blog Bundle

  • Friday, October 9, 2015
  • by cpana
  • Repository
  • 1 Watchers
  • 0 Stars
  • 56 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

BasicBlogBundle

This bundle is indented for projects who need some basic blog features. Please see below a list of features already included:, (*1)

Front side - view all blog posts with pagination - view individual blog posts and their comments - add comments, (*2)

Admin - create new post. includes tags and uploading photo - manage all blog posts with Edit and Delete options. - manage comments with options to Approve/Unapprove or Delete., (*3)

Installation

Install using Composer:, (*4)

composer require cpana/basicblogbundle:dev-master

Register the bundle in AppKernel.php by adding:, (*5)

new CPANA\BasicBlogBundle\CPANABasicBlogBundle(),

Import paths in app/config/routing.yml by adding:, (*6)

CPANABasicBlogBundle:
resource: "@CPANABasicBlogBundle/Resources/config/routing.yml"

Make sure to have configured your database in app/config/parameters.yml Generate you schema using console:, (*7)

php app/console cache:clear
php app/console doctrine:schema:update --force

Usage

Go to browser and navigate to "your website/app_dev.php/admin/blog" Add a blog post and then go to "your website/app_dev.php/blog" to see the results., (*8)

The Versions