Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Project oriented to be a learning platform for Universidad del Valle de Guatemala

License

Notifications You must be signed in to change notification settings

fcpauldiaz-archive/plataforma_virtual

Repository files navigation

Learn-In Platform

Build Status Heroku Bitdeli Badge Symfony PHP NodeJS SensioLabsInsight

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.

jQuery.

Bootstrap input style.

Star Rating Bundle.

Amazon SDK for AWS3.

Guafrette Bundle to use Gaufrette as a storage layer to AWS3.

Gaufrette help documentation

###Usage instructions

  1. Install Symfony y Composer
  2. Install MySQL
  3. Install PHP
  4. Run MySQL service
  5. Clone this repository
  6. Go to terminal
  7. Run composer install in folder path
  8. Create database: php app/console doctrine:database:create
  9. Create tables: php app/console doctrine:schema:update --force
  10. Run server: php app/console server:run

###Contributions

All contributions are welcome, use the issues to report bugs and pull requests to solve bugs.