Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gappa authored and f3l1x committed Jan 30, 2020
1 parent f632685 commit 04bcca7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ composer require nettrine/dbal
composer require nettrine/orm
```

Without these packages you can't process fixtures, because fixtures needs connection to database and information about entities. Don't forget to configure Doctrine DBAL & ORM properly with [console bridge](https://github.com/nettrine/orm/tree/master/.docs#console-bridge). Some commands need special treatment.
Without these packages the migrations can't be processed, because they need a database connection and entities information. Don't forget to configure Doctrine DBAL & ORM properly with [console bridge](https://github.com/nettrine/orm/tree/master/.docs#console-bridge). Some commands need special treatment.


### `symfony/console`
Expand Down Expand Up @@ -101,12 +101,12 @@ Type `bin/console` in your terminal and there should be a `migrations` command g

![Console Commands](https://raw.githubusercontent.com/nettrine/migrations/master/.docs/assets/console.png)

You gonna needed `migrations:diff` and `migrations:migrate` mostly.
You are mostly going to need `migrations:diff` and `migrations:migrate`.


### Migration

This is example of migration class.
This is an example of a migration class.

You can count on [Nette Dependency Injection](https://doc.nette.org/en/3.0/dependency-injection).
Injecting into properties or via `inject<>` method is also supported.
Expand Down

0 comments on commit 04bcca7

Please sign in to comment.