Skip to content

Commit 467c60f

Browse files
committed
Update README.md
1 parent 39be80d commit 467c60f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Install Catchor through Composer.
1212
}
1313
```
1414

15+
Publish the config file from the command line. *(optional)*
16+
The config file will be publish here `app/config/packages/krypter/catchor/config.php`.
17+
18+
```bash
19+
php artisan config:publish krypter/catchor
20+
```
21+
1522
Update `app/config/app.php` to include a reference to this package's service provider in the providers array.
1623

1724
```php
@@ -20,13 +27,6 @@ Update `app/config/app.php` to include a reference to this package's service pro
2027
]
2128
```
2229

23-
Publish the config file from the command line. *(optional)*
24-
The config file will be publish here `app/config/packages/krypter/catchor/config.php`.
25-
26-
```bash
27-
php artisan config:publish krypter/catchor
28-
```
29-
3030
## Usage
3131

3232
### With a simple file

0 commit comments

Comments
 (0)