2017 © Pedro Peláez
 

project prez

Project based on Symfony 2 By Symfomany

image

symfomany/prez

Project based on Symfony 2 By Symfomany

  • Monday, November 24, 2014
  • by Symfomany
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Prez Project in Symfony 2

Build Status Project Status, (*1)

Scrutinizer Code Quality SensioLabsInsight ![Gitter](https://badges.gitter.im/Join Chat.svg), (*2)

Projet d'apprentissage Symfony 2 pour Presentation by Boyer Julien, (*3)

Presentation of Symfony 2 by Boyer Julien

Presentation de Symfony 2, (*4)

1) Installing the Standard Edition

  • curl -s http://getcomposer.org/installer | php --
  • php composer.phar install --dev
  • php app/console doctrine:database:drop --force
  • php app/console doctrine:database:create
  • php app/console doctrine:schema:update --force

Download an Archive File

To quickly test App in SYmfony 2, you can also download an [archive][3] of the Standard Edition and unpack it somewhere under your web server root directory., (*5)

If you downloaded an archive "without vendors", you also need to install all the necessary dependencies. Download composer (see above) and run the following command:, (*6)

php composer.phar install

2) Testing my app

phpunit -c app/, (*7)

2) Loading datas

php app/console doctrine:fixtures:load, (*8)

3) View documentation

/docs/api/index.html, (*9)

The Versions