Skip to content

Commit 05ae526

Browse files
committed
correct links to new api repo
1 parent 044d1d4 commit 05ae526

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
33
This package comes with a service provider that configures the `TMDB\Client` and registers it to the IoC container.
44
Both 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

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

0 commit comments

Comments
 (0)