Skip to content

Commit 62135a3

Browse files
authored
Update README.md
1 parent 23db975 commit 62135a3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ You probably used one of the two methods:
1414

1515
The solution I created allows you to easily create commands that will run only once and exactly where you need them. You can easly integrate thmen to your Continuous Delivery process and forget about running changes yourself.
1616

17+
## Installation
18+
1. Install the package via Composer:
19+
```
20+
composer require daverdalas/laravel-post-deploy-commands
21+
```
22+
The package will automatically register itself with Laravel 5.5+. For older versions of Laravel or Lumen register ServiceProvider:
23+
```php
24+
DaverDalas\LaravelPostDeployCommands\ServiceProvider::class
25+
```
26+
1727
## Usage
1828
Create new command file. The file will be saved in database/commands directory.
1929
```

0 commit comments

Comments
 (0)