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 eff6aee commit eb189a8Copy full SHA for eb189a8
readme.md
@@ -8,7 +8,7 @@ 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
@@ -18,7 +18,7 @@ Laravel File API is good way to handle files with Laravel Storage.
18
19
1. publish config file
20
21
- php artisan vendor:publish --tag=fileapi_config
+ `php artisan vendor:publish --tag=fileapi_config`
22
23
### Config
24
0 commit comments