Skip to content

Commit 62a82bc

Browse files
committed
Update README.md
1 parent 6eb335d commit 62a82bc

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ Description
33

44
A 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+
621
Configuration
722
----------------
823
Add 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).**

0 commit comments

Comments
 (0)