File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Copilot Instructions for Part-DB
22
3- Part-DB is an Open-Source inventory management system for electronic components built with Symfony 6 and modern web technologies.
3+ Part-DB is an Open-Source inventory management system for electronic components built with Symfony 7.4 and modern web technologies.
44
55## Technology Stack
66
@@ -57,7 +57,7 @@ Part-DB is an Open-Source inventory management system for electronic components
5757
5858- Create database: ` php bin/console doctrine:database:create --env=dev `
5959- Run migrations: ` php bin/console doctrine:migrations:migrate --env=dev `
60- - Load fixtures: ` php bin/console partdb:fixtures:load --env=dev `
60+ - Load fixtures: ` php bin/console partdb:fixtures:load -n - -env=dev `
6161
6262Or use Makefile shortcuts:
6363- ` make dev-setup ` : Complete development environment setup
You can’t perform that action at this time.
0 commit comments