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 2c9778a commit 3f31d9fCopy full SHA for 3f31d9f
readme.md
@@ -8,15 +8,15 @@ 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
+ `composer require unisharp/laravel-fileapi`
12
13
1. Set service provider in `config/app.php`
14
15
- Unisharp\FileApi\FileApiServiceProvider::class,
+ `Unisharp\FileApi\FileApiServiceProvider::class,`
16
17
1. publish config file
18
19
- php artisan vendor:publish --tag=fileapi_config
+ `php artisan vendor:publish --tag=fileapi_config`
20
21
1. fill the path in config/fileapi.php, it will generate routes for your files.
22
0 commit comments