File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11## Description
2- A Laraval Package for use together with the [ wtfzdotnet/ php-tmdb- api] ( https://github.com/wtfzdotnet/ php-tmdb- api ) TMDB Wrapper.
2+ A Laraval Package for use together with the [ php-tmdb/ api] ( https://github.com/php-tmdb/ api ) TMDB Wrapper.
33This package comes with a service provider that configures the ` TMDB\Client ` and registers it to the IoC container.
44Both Laravel 5 and 4 are supported.
55
@@ -33,12 +33,12 @@ Then publish the configuration file:
3333
3434#### Laravel 4:
3535```
36- php artisan config:publish wtfzdotnet/tmdb-package
36+ php artisan config:publish php-tmdb/laravel
3737```
3838
3939#### Laravel 5:
4040```
41- php artisan vendor:publish --provider=wtfzdotnet/tmdb-package
41+ php artisan vendor:publish --provider=php-tmdb/laravel
4242```
4343
4444Next you can modify the generated configuration file ` tmdb.php ` accordingly.
You can’t perform that action at this time.
0 commit comments