File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ Laravel File API is good way to handle files with Laravel Storage.
66
77### Installation
88
9- 1. Install File API
9+ 1 . Install File API
1010
11- composer require unisharp/laravel-fileapi
11+ composer require unisharp/laravel-fileapi
1212
13- 1. Set service provider in `config/app.php`
13+ 1 . Set service provider in ` config/app.php `
1414
15- Unisharp\FileApi\FileApiServiceProvider::class,
15+ Unisharp\FileApi\FileApiServiceProvider::class,
1616
17- 1. publish config file
17+ 1 . publish config file
1818
19- php artisan vendor:publish --tag=fileapi_config
19+ php artisan vendor: publish --tag=fileapi_config
2020
21- 1. fill the path in config/fileapi.php, it will generate routes for your files.
21+ 1 . fill the path in config/fileapi.php, it will generate routes for your files.
2222
2323### Initialize File API
2424
You can’t perform that action at this time.
0 commit comments