From f73f55c085b66dc69d2b65f8d41238fc30c2390c Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Tue, 30 Aug 2016 10:28:18 +0200 Subject: [PATCH] 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)