Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsites committed Jun 1, 2024
1 parent 6902995 commit c8089e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ composer update
## Install Symfony at local pc for development
https://symfony.com/doc/current/setup.html

## Create migration Entities to your db
## Create migration Entities (src/Entity) to your db (with mysql connect)
```
php bin/console make:migration
php bin/console doctrine:migrations:migrate
```

Expand Down

0 comments on commit c8089e4

Please sign in to comment.