Skip to content

Commit 3f31d9f

Browse files
committed
update readme
1 parent 2c9778a commit 3f31d9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Laravel File API is good way to handle files with Laravel Storage.
88

99
1. Install File API
1010

11-
composer require unisharp/laravel-fileapi
11+
`composer require unisharp/laravel-fileapi`
1212

1313
1. Set service provider in `config/app.php`
1414

15-
Unisharp\FileApi\FileApiServiceProvider::class,
15+
`Unisharp\FileApi\FileApiServiceProvider::class,`
1616

1717
1. publish config file
1818

19-
php artisan vendor:publish --tag=fileapi_config
19+
`php artisan vendor:publish --tag=fileapi_config`
2020

2121
1. fill the path in config/fileapi.php, it will generate routes for your files.
2222

0 commit comments

Comments
 (0)