We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292df93 commit 19f79d3Copy full SHA for 19f79d3
README.md
@@ -22,10 +22,10 @@ path where Artisan will be run.
22
23
## Configuration
24
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`
+Put `migration-snapshot.php` into `config` with:
+``` bash
+php artisan vendor:publish --provider="\OrisIntel\MigrationSnapshot\ServiceProvider"
+```
29
30
## Usage
31
0 commit comments