Skip to content

SalmaGhareeb/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

  1. Only admin can add posts.
  2. Admin can assign categories for each post.
  3. Visitors can only read published post.
  4. Visitors can add comments on the published articles.
  5. Visitors can filter articles by category (browse by category).

#Bundles Used

  • FOSUserBundle : for User management
  • FOSJsRoutingBundle: to expose routing for JS code
  • FOSCommentBundle: for comments implementations
  • KnpPaginatorBundle: for pagination
  • Gedmo Doctrine2 extensions: for slug generation and on create/update datetime insertion

#Admin user

  • user name : salma
  • password : 123456