From 71069bcb29123623e1d5ade5eea2e6b556578067 Mon Sep 17 00:00:00 2001 From: Julian PEREZ-RAMIREZ <julian.perez-ramirez@imt-atlantique.net> Date: Tue, 25 Feb 2025 21:13:03 +0100 Subject: [PATCH] editing README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c66b963..aee171b 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,10 @@ docker exec -it symfony_app php bin/console doctrine:migrations:migrate Rollback to the previous migrate version ``` php bin/console doctrine:migrations:migrate prev +``` + +To add sample data per dafault to the database (after finished editing DataFixtures/ files) +Note: Add the `--append` flag if you don't want to erase the records already created. +``` +php bin/console doctrine:fixtures:load ``` \ No newline at end of file -- GitLab