File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,13 @@ Install Catchor through Composer.
12
12
}
13
13
```
14
14
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
+
15
22
Update ` app/config/app.php ` to include a reference to this package's service provider in the providers array.
16
23
17
24
``` php
@@ -20,13 +27,6 @@ Update `app/config/app.php` to include a reference to this package's service pro
20
27
]
21
28
```
22
29
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
-
30
30
## Usage
31
31
32
32
### With a simple file
You can’t perform that action at this time.
0 commit comments