artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4
684 stars 217 forks source link

L5 support #130

Open keevitaja opened 9 years ago

keevitaja commented 9 years ago

Hello!

Is there any information on if/when this package will be Laravel 5 compatible?

shellprog commented 9 years ago

+1 For L5

avlastenok commented 9 years ago

+1 for L5

ayjl commented 9 years ago

+1 for L5

adanluna commented 9 years ago

+1 for L5

oriceon commented 9 years ago

I added a pull request with L5 support! But.. we need to wait an merge :) Untill that, you can use https://github.com/oriceon/oauth-5-laravel

andrewcaulfield commented 9 years ago

Also looking for Laravel 5 support. Cheers

sangar82 commented 9 years ago

+1 L5.

Thanks @oriceon

darkostanimirovic commented 9 years ago

+1 L5

jzyuchen commented 9 years ago

+1 L5

mikedamoiseau commented 8 years ago

@oriceon Is your fork working with Laravel 5.1? I cannot seem to run any php artisan command after installing your package through composer, I always get :

[BadMethodCallException]            
Call to undefined method [package]
stefanoortisi commented 8 years ago

+1 L5

edianogama commented 7 years ago

I change my composer manually to "oriceon/oauth-5-laravel": "dev-master". after run composer update. And finally run php artisan vendor:publish and works fine!

mathewrajan commented 7 years ago

composer require oriceon/oauth-5-laravel:dev-master solved the issue