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 dd8cc8b commit 358378dCopy full SHA for 358378d
README.md
@@ -24,7 +24,7 @@ The package will automatically register itself with Laravel 5.5+. For older vers
24
DaverDalas\LaravelPostDeployCommands\ServiceProvider::class
25
```
26
## Usage
27
-Create new command file. The file will be saved in database/commands directory.
+**Create new command file.** The file will be saved in database/commands directory.
28
29
php artisan make:deploy-command your_command_name
30
@@ -56,7 +56,7 @@ Available options:
56
57
The location where the command file should be created.
58
59
-Run new commands (Those which have not been started before).
+**Run new commands** (Those which have not been started before).
60
61
php artisan deploy-commands:run
62
0 commit comments