Skip to content

Commit ba63cef

Browse files
Merge remote-tracking branch 'origin/main' into 6.x-docs
2 parents 9ccdcc2 + d663aa9 commit ba63cef

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

old-docs/guide/basic.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Create your first operation using `make:operation` command and define the action
66
php artisan make:operation
77
```
88

9+
This action will create a new file in the `/operations` folder of your application.
10+
11+
If you are using the `git` version control system, the name of the currently active branch will be used
12+
as the file name suffix, otherwise the word `auto` will be used.
13+
14+
You can also specify a name for the file yourself by specifying it with the first argument.
15+
For example, `php artisan make:operation qwerty`.
16+
917
```php
1018
use DragonCode\LaravelDeployOperations\Operation;
1119

0 commit comments

Comments
 (0)