From f73f55c085b66dc69d2b65f8d41238fc30c2390c Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Tue, 30 Aug 2016 10:28:18 +0200 Subject: [PATCH 1/2] Update Laravel link The passport package has replaced oauth2-server-laravel for future versions of Laravel. --- framework-integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-integrations.md b/framework-integrations.md index e1e498dd..139c4250 100644 --- a/framework-integrations.md +++ b/framework-integrations.md @@ -6,7 +6,7 @@ permalink: /framework-integrations/ # Framework Integrations -* [Laravel + Lumen](https://github.com/lucadegasperi/oauth2-server-laravel) +* [Laravel + Lumen](https://laravel.com/docs/passport) * Slim (or any PSR7-supporting framework) - See the examples in this repository * [Nette Framework](https://github.com/lookyman/nette-oauth2-server) From b1873ba2c08a440091e890678a8c531134c5cfce Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Tue, 30 Aug 2016 10:38:08 +0200 Subject: [PATCH 2/2] Add back old link --- framework-integrations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework-integrations.md b/framework-integrations.md index 139c4250..d3c05db9 100644 --- a/framework-integrations.md +++ b/framework-integrations.md @@ -6,7 +6,8 @@ permalink: /framework-integrations/ # Framework Integrations -* [Laravel + Lumen](https://laravel.com/docs/passport) +* [Laravel + Lumen](https://github.com/lucadegasperi/oauth2-server-laravel) +* [Laravel Passport (Official)](https://laravel.com/docs/passport) * Slim (or any PSR7-supporting framework) - See the examples in this repository * [Nette Framework](https://github.com/lookyman/nette-oauth2-server)