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 3052a34 commit 2e38fe6Copy full SHA for 2e38fe6
docs/getting-started/how-to-use/creating.md
@@ -54,6 +54,14 @@ For example:
54
55
```bash
56
php artisan make:migration:action foo\bar\QweRty
57
+# actions/foo/bar/2022_10_11_225734_qwe_rty.php
58
+
59
+php artisan make:migration:action foo\bar\QweRty.php
60
61
62
+php artisan make:migration:action foo/bar/QweRty
63
64
65
+php artisan make:migration:action foo/bar/QweRty.php
66
# actions/foo/bar/2022_10_11_225734_qwe_rty.php
67
```
0 commit comments