Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
youchenlee committed Oct 14, 2015
1 parent eff6aee commit eb189a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Laravel File API is good way to handle files with Laravel Storage.

1. Install File API

composer require unisharp/laravel-fileapi
`composer require unisharp/laravel-fileapi`

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

Expand All @@ -18,7 +18,7 @@ Laravel File API is good way to handle files with Laravel Storage.

1. publish config file

php artisan vendor:publish --tag=fileapi_config
`php artisan vendor:publish --tag=fileapi_config`

### Config

Expand Down

0 comments on commit eb189a8

Please sign in to comment.