From d17f862e7c2b8b0be9b1cf3557ab213f640eddb8 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 21 Sep 2014 17:03:09 +0100 Subject: [PATCH] Added a note about laravel 5 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbe52d4..cbb8d72 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ Laravel GitHub [![Latest Version](https://img.shields.io/github/release/GrahamCampbell/Laravel-GitHub.svg?style=flat-square)](https://github.com/GrahamCampbell/Laravel-GitHub/releases) +### Looking for a laravel 5 compatable version? + +Checkout the [master branch](https://github.com/GrahamCampbell/Laravel-GitHub/tree/master), installable by requiring `"graham-campbell/github": "~2.0"`. + + ## Introduction Laravel GitHub was created by, and is maintained by [Graham Campbell](https://github.com/GrahamCampbell), and is a [PHP GitHub API](https://github.com/KnpLabs/php-github-api) bridge for [Laravel 4.1/4.2](http://laravel.com). It utilises my [Laravel Manager](https://github.com/GrahamCampbell/Laravel-Manager) package. Feel free to check out the [change log](CHANGELOG.md), [releases](https://github.com/GrahamCampbell/Laravel-GitHub/releases), [license](LICENSE.md), [api docs](http://docs.grahamjcampbell.co.uk), and [contribution guidelines](CONTRIBUTING.md). @@ -18,7 +23,7 @@ Laravel GitHub was created by, and is maintained by [Graham Campbell](https://gi [PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.2+, and [Composer](https://getcomposer.org) are required. -To get the latest version of Laravel GitHub, simply require `"graham-campbell/github": "~0.1"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated. +To get the latest version of Laravel GitHub, simply require `"graham-campbell/github": "~1.0"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated. Once Laravel GitHub is installed, you need to register the service provider. Open up `app/config/app.php` and add the following to the `providers` key.