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 1
1
## 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.
3
3
This package comes with a service provider that configures the ` TMDB\Client ` and registers it to the IoC container.
4
4
Both Laravel 5 and 4 are supported.
5
5
@@ -33,12 +33,12 @@ Then publish the configuration file:
33
33
34
34
#### Laravel 4:
35
35
```
36
- php artisan config:publish wtfzdotnet/tmdb-package
36
+ php artisan config:publish php-tmdb/laravel
37
37
```
38
38
39
39
#### Laravel 5:
40
40
```
41
- php artisan vendor:publish --provider=wtfzdotnet/tmdb-package
41
+ php artisan vendor:publish --provider=php-tmdb/laravel
42
42
```
43
43
44
44
Next you can modify the generated configuration file ` tmdb.php ` accordingly.
You can’t perform that action at this time.
0 commit comments