Skip to content

azat-archive/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple blog using symfony 2.0 DEV

Works only this this version of symfony - https://github.com/azat/symfony/tree/For_blog

What's inside?

Simple blog symfony bundle, with posts, comments, users

What Symfony2 components used:

  • Dotrine ORM
  • Entity
  • Form (Assert)
  • Controller
  • View
  • Template helper
  • Twig extension
  • User interface via SecurityBundle

External bundles:

Configuration

For apache

<VirtualHost 127.0.0.1:80>
	Options +FollowSymLinks
	# uncomment for develop mode
	# SetEnv APPLICATION_ENV "development"

	ServerName blog
	DocumentRoot "/var/www/blog/web"
</VirtualHost>