Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit ea08dec

Browse files
committed
Updated readme with config publish command
1 parent be31071 commit ea08dec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ $ mkdir public/files
3838
$ chmod -R 777 public/files
3939
```
4040

41+
## Configuration
42+
43+
Publish the default config file to your application so you can make modifications.
44+
45+
```console
46+
$ php artisan config:publish dmyers/laravel-storage
47+
```
48+
4149
## Usage
4250

4351
Check if a file exists in storage:

0 commit comments

Comments
 (0)