- composer update
- php bin/console server:run
- change .env with DB connexion: DATABASE_URL=mysql://root:@127.0.0.1:3306/sym_02
- The future DB will be sym_02
- composer require sensiolabs/security-checker --dev
- test it with : composer update
php bin/console doctrine:database:create
php bin/console make:entity
Article titre ? for view all type string 150 no description text no temps datetime yes auteur string no
php bin/console make:migration
php bin/console doctrine:migrations:migrate
datas/base01.sql
php bin/console doctrine:query:sql "SELECT * FROM article"
php bin/console make:controller AccueilController