Skip to content

Commit 2c9778a

Browse files
committed
update readme
1 parent 01ea242 commit 2c9778a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)