Skip to content

Commit 44cd800

Browse files
committed
Issue #110: update book tutorial
Signed-off-by: horea <horea@rospace.com>
1 parent cc62378 commit 44cd800

2 files changed

Lines changed: 2 additions & 85 deletions

File tree

docs/book/v6/extended-features/email.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

docs/book/v6/tutorials/create-book-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ Doctrine can handle the table creation, run the following command:
810810
php ./vendor/bin/doctrine-migrations diff
811811
```
812812

813-
This will check for differences between your entities and database structure and create migration files if necessary, in `data/doctrine/migrations`.
813+
This will check for differences between your entities and database structure and create migration files if necessary, in `src/Core/src/App/src/Migration`.
814814

815815
To execute the migrations run:
816816

@@ -820,7 +820,7 @@ php ./vendor/bin/doctrine-migrations
820820

821821
## Checking endpoints
822822

823-
If we did everything as planned we can call the `http://0.0.0.0:8080/book` endpoint and create a new book:
823+
If we did everything as planned, we can call the `http://0.0.0.0:8080/book` endpoint and create a new book:
824824

825825
```shell
826826
curl -X POST http://0.0.0.0:8080/book

0 commit comments

Comments
 (0)