Skip to content

Commit 2e38fe6

Browse files
Update creating.md
1 parent 3052a34 commit 2e38fe6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/getting-started/how-to-use/creating.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ For example:
5454

5555
```bash
5656
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+
# actions/foo/bar/2022_10_11_225734_qwe_rty.php
61+
62+
php artisan make:migration:action foo/bar/QweRty
63+
# actions/foo/bar/2022_10_11_225734_qwe_rty.php
5764

65+
php artisan make:migration:action foo/bar/QweRty.php
5866
# actions/foo/bar/2022_10_11_225734_qwe_rty.php
5967
```

0 commit comments

Comments
 (0)