Skip to content

Commit 19f79d3

Browse files
author
Paul Rogers
committed
docs(README.md): Simplify configuration instructions for common cases.
1 parent 292df93 commit 19f79d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ path where Artisan will be run.
2222

2323
## Configuration
2424

25-
1. `php artisan vendor:publish --provider="\OrisIntel\MigrationSnapshot\ServiceProvider"`
26-
2. Consider reordering dumped rows if checking `schema.sql` into source control
27-
* Add `MIGRATION_SNAPSHOT_REORDER=1` to `.env`, or ...
28-
* Change default of `'reorder'` in `config/migration-snapshot.php` to `true`
25+
Put `migration-snapshot.php` into `config` with:
26+
``` bash
27+
php artisan vendor:publish --provider="\OrisIntel\MigrationSnapshot\ServiceProvider"
28+
```
2929

3030
## Usage
3131

0 commit comments

Comments
 (0)