Update Laravel link

The passport package has replaced oauth2-server-laravel for future versions of Laravel.
This commit is contained in:
Vincent Klaiber 2016-08-30 10:28:18 +02:00 committed by GitHub
parent ccec9916ad
commit f73f55c085

View File

@ -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)