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 e2e77a1 commit 60c51f7Copy full SHA for 60c51f7
README.md
@@ -133,6 +133,13 @@ Giving your snapshot a name is optional. If you don't pass a name the current da
133
php artisan snapshot:create
134
```
135
136
+If you pass a connection but do not declare a name for the snapshot, the connection will be prepended
137
+
138
+```bash
139
+# Creates a snapshot named something like `logging_2017-03-17 14:31`
140
+php artisan snapshot:create --connection=logging
141
+```
142
143
Maybe you only want to snapshot a couple of tables. You can do this by passing the `--table` multiple times or as a comma separated list:
144
145
```bash
0 commit comments