Skip to content

barth7/symfony-blog

Repository files navigation

This is an example of a simple symfony blog.

Features:

  • Listing posts in chronological order
  • Pagination (10 posts on each page) -> KnpPaginatorBundle
  • Possibility to login/logout (Simple Authentication (no databasa, in_memory))
  • After login user can delete the post or add new post(at least 100 characters)
  • Possibility to search posts by slug (title) in url

To Do:

  • Users stored in db
  • Option to edit posts
  • Different users role
  • Better slug search
  • Comments section
  • More user-friendly layout

Requirements:

  • PHP 5.3 or higher
  • PDO-SQLite PHP extension enabled
  • The usual Symfony application requirements

About

example symfony blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published