Skip to content

Commit

Permalink
Added a note about laravel 5
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Sep 21, 2014
1 parent 824701c commit d17f862
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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.

Expand Down

0 comments on commit d17f862

Please sign in to comment.