php bin/console doctrine:database:drop --force
php bin/console doctrine:schema:create
# Create the test database.
php bin/console --env=test doctrine:database:create
# Create the tables/columns in the test database
php bin/console --env=test doctrine:schema:create
composer require --dev dama/doctrine-test-bundle
sqlite3 var/data/data.db
Just run :
npm install
npm run dev
- Todo : Find a way to make the symfony console work with
make:registration-form
command in order to develop registration system - Bug : The findNotDeleted method returns good values but it's not working with forms
Check
src/Controller/Admin/AbstractCrudEntityController::createIndexQueryBuilder
and the association fields in configureFields method in FunderController, FormationAction, etc...) - Créer champs personnalisés DateIntervalField et ListEntityField
- Trouver la cause du problème des redirections