A Symfony project created on June 16, 2015, 3:20 am.
Welcome to the Symfony Standard Edition - a fully-functional Symfony2 application that you can use as the skeleton for your new applications.
For details on how to download and get started with Symfony, see the Installation chapter of the Symfony Documentation.
This project contains a custom UserBundle based on FOSUserBundle.
Features Custom Registration, Password Resetting, Custom Email Activation, Custom Profile, Custom Profile Edition, Standard Login. Powered By Bootstrap.
###Bundles Integrated
Administrate Entities EasyAdminBundle.
Enable tree comments as forum FOSCommentBundle.
Upload PDF and Word documents VichUploaderBundle.
Bootstrap 3.3 Bootstrap.
Translation administration LexikTranslationBundle.
Urlize specific fields to create unique slug. Doctrine-Extensions.
Soft delete entities STOF.
Unit Tests and Functional tests PHPUnit.
Populate database with fake data AliceBundle.
Integrate Select2 as entity search Genemu.
Amazon SDK for AWS3.
Guafrette Bundle to use Gaufrette as a storage layer to AWS3.
Gaufrette help documentation
###Usage instructions
- Install Symfony y Composer
- Install MySQL
- Install PHP
- Run MySQL service
- Clone this repository
- Go to terminal
- Run composer install in folder path
- Create database: php app/console doctrine:database:create
- Create tables: php app/console doctrine:schema:update --force
- Run server: php app/console server:run
###Contributions
All contributions are welcome, use the issues to report bugs and pull requests to solve bugs.