Skip to content

Releases: itrascastro/Symfony-3-Base-Project

VichUploader

19 Feb 10:17

Choose a tag to compare

vich/uploader-bundle installed and configured. An example is also provided at the IndexController

First Release

14 Jan 14:53

Choose a tag to compare

A clean Symfony 3 project with some common bundles and other stuff already installed:

  • FriendsOfSymfony/FOSUserBundle
  • Your own UserBundle to extend from FosUserBundle (with createdAt and updatedAt extra fields added)
  • KnpLabs/KnpPaginatorBundle
  • Bootstrap 3 with horizontal login
  • Form templates
  • Symfony Reverse Proxy configured to allow esi parts
  • phpunit/phpunit (with a symbolic link under your bin folder. Simply run './bin/phpunit')
  • Atlantic18/DoctrineExtensions (Slug generation)
  • twig/extensions (time_diff)
  • translation enabled in config
  • symfony/assetic-bundle installed and configured
  • doctrine/doctrine-fixtures-bundle