File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,21 @@ Description
33
44A Laraval Package for use together with the [ wtfzdotnet/php-tmdb-api] ( https://github.com/wtfzdotnet/php-tmdb-api ) TMDB Wrapper.
55
6+ Installation
7+ ------------
8+ Install Composer
9+
10+ ```
11+ $ curl -sS https://getcomposer.org/installer | php
12+ $ sudo mv composer.phar /usr/local/bin/composer
13+ ```
14+
15+ Add the following to your require block in composer.json config
16+
17+ ```
18+ "wtfzdotnet/tmdb-package": ">=0.1"
19+ ```
20+
621Configuration
722----------------
823Add to your ` app/config/app.php ` the service provider:
@@ -39,4 +54,4 @@ Obtaining modeled data
3954$movie = Tmdb::getMovieRepository()->load(13);
4055```
4156
42- ** For all all other interactions take a look at [ wtfzdotnet/php-tmdb-api] ( https://github.com/wtfzdotnet/php-tmdb-api ) .**
57+ ** For all all other interactions take a look at [ wtfzdotnet/php-tmdb-api] ( https://github.com/wtfzdotnet/php-tmdb-api ) .**
You can’t perform that action at this time.
0 commit comments