Skip to content

Commit

Permalink
Fix documentation on publishing configuration for laravel 5
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRedeman committed Oct 11, 2015
1 parent 2b71f11 commit 4d1e554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ php artisan config:publish php-tmdb/laravel

#### Laravel 5:
```
php artisan vendor:publish --provider=php-tmdb/laravel
php artisan vendor:publish --provider="Tmdb\Laravel\TmdbServiceProviderLaravel5"
```

Next you can modify the generated configuration file `tmdb.php` accordingly.
Expand Down

0 comments on commit 4d1e554

Please sign in to comment.