Skip to content

Commit 4d1e554

Browse files
committed
Fix documentation on publishing configuration for laravel 5
1 parent 2b71f11 commit 4d1e554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ php artisan config:publish php-tmdb/laravel
3838

3939
#### Laravel 5:
4040
```
41-
php artisan vendor:publish --provider=php-tmdb/laravel
41+
php artisan vendor:publish --provider="Tmdb\Laravel\TmdbServiceProviderLaravel5"
4242
```
4343

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

0 commit comments

Comments
 (0)