We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc0326 commit c535283Copy full SHA for c535283
readme.md
@@ -8,15 +8,21 @@ Laravel File API is good way to handle files with Laravel Storage.
8
9
1. Install File API
10
11
- ```composer require unisharp/laravel-fileapi```
+ ```php
12
+ composer require unisharp/laravel-fileapi
13
+ ```
14
15
1. Set service provider in `config/app.php`
16
- ````Unisharp\FileApi\FileApiServiceProvider::class,```
17
18
+ Unisharp\FileApi\FileApiServiceProvider::class,
19
20
21
1. publish config file
22
- ```php artisan vendor:publish --tag=fileapi_config```
23
24
+ php artisan vendor:publish --tag=fileapi_config
25
26
27
1. fill the path in config/fileapi.php, it will generate routes for your files.
28
0 commit comments