mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-17 23:59:33 +00:00
Fix Symfony version and fixtures command in Copilot instructions
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
This commit is contained in:
parent
ff3a411a93
commit
9878e2e795
1 changed files with 2 additions and 2 deletions
4
.github/copilot-instructions.md
vendored
4
.github/copilot-instructions.md
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
# Copilot Instructions for Part-DB
|
# Copilot Instructions for Part-DB
|
||||||
|
|
||||||
Part-DB is an Open-Source inventory management system for electronic components built with Symfony 6 and modern web technologies.
|
Part-DB is an Open-Source inventory management system for electronic components built with Symfony 7.4 and modern web technologies.
|
||||||
|
|
||||||
## Technology Stack
|
## Technology Stack
|
||||||
|
|
||||||
|
|
@ -57,7 +57,7 @@ Part-DB is an Open-Source inventory management system for electronic components
|
||||||
|
|
||||||
- Create database: `php bin/console doctrine:database:create --env=dev`
|
- Create database: `php bin/console doctrine:database:create --env=dev`
|
||||||
- Run migrations: `php bin/console doctrine:migrations:migrate --env=dev`
|
- Run migrations: `php bin/console doctrine:migrations:migrate --env=dev`
|
||||||
- Load fixtures: `php bin/console partdb:fixtures:load --env=dev`
|
- Load fixtures: `php bin/console partdb:fixtures:load -n --env=dev`
|
||||||
|
|
||||||
Or use Makefile shortcuts:
|
Or use Makefile shortcuts:
|
||||||
- `make dev-setup`: Complete development environment setup
|
- `make dev-setup`: Complete development environment setup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue