Skip to content

lcouellan/initiatice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Logan Lepage
Dec 23, 2016
16e6e35 · Dec 23, 2016

History

67 Commits
Dec 12, 2016
Dec 2, 2016
Dec 23, 2016
Dec 23, 2016
Dec 5, 2016
Dec 2, 2016
Dec 12, 2016
Dec 2, 2016
Dec 23, 2016
Dec 6, 2016
Dec 12, 2016
Dec 2, 2016
Dec 2, 2016

Repository files navigation

initiatice

A Symfony project created on December 2, 2016, 2:32 pm.

Install

Generate vendors and add database config

php composer.phar install

Create tables

php bin/console doctrine:schema:update

Generate fixtures

php bin/console doctrine:fixtures:load

Documentation

Generate a documentation for the API

phpdoc -d src/initiatice/ApiBundle/Controller/ -t docs/api

Visualise by opening the index.html file generated in docs/api