Changes between Version 130 and Version 131 of members/GRIP-UQAM


Ignore:
Timestamp:
May 7, 2016, 3:46:06 PM (8 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM

    v130 v131  
    13351335{{{#!sh
    13361336$ php bin/console generate:bundle --namespace=AppBundle --bundle-name=AppBundle --format=annotation --dir=../src --no-interaction
     1337$ php bin/console assets:install ../web --symlink --relative
    13371338$ php bin/console doctrine:generate:entity --entity="AppBundle:Category" --fields="name:string(255)" --no-interaction
    13381339$ php bin/console doctrine:generate:entity --entity="AppBundle:BlogPost" --fields="title:string(255) body:text draft:boolean" --no-interaction