Skip to content

Commit

Permalink
[migrator] Updated commands in readme.md (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed May 15, 2021
1 parent abf8704 commit 9532ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/migrator/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ composer require lastdragon-ru/lara-asp-migrator
To create migration just use the standard command

```
php artisan make:migration MyMigration
php artisan lara-asp-migrator:raw-migration MyMigration
```

It will create the following files in `database/migrations`:
Expand Down Expand Up @@ -50,7 +50,7 @@ The Migrator uses a bit different approach compared to standard and provides a f
To create raw seeder just use standard command

```
php artisan make:seeder MySeeder
php artisan lara-asp-migrator:raw-seeder MySeeder
```

It will create the following files in `database/seeders` (or `database/seeds/`):
Expand Down

0 comments on commit 9532ae0

Please sign in to comment.