oauth-4-laravel icon indicating copy to clipboard operation
oauth-4-laravel copied to clipboard

L5 support

Open keevitaja opened this issue 9 years ago • 13 comments

Hello!

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

keevitaja avatar Jan 22 '15 14:01 keevitaja

+1 For L5

shellprog avatar Feb 06 '15 10:02 shellprog

+1 for L5

avlastenok avatar Feb 06 '15 13:02 avlastenok

+1 for L5

ayjl avatar Feb 09 '15 06:02 ayjl

+1 for L5

adanluna avatar Feb 09 '15 13:02 adanluna

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

oriceon avatar Feb 10 '15 21:02 oriceon

Also looking for Laravel 5 support. Cheers

andrewcaulfield avatar Feb 12 '15 05:02 andrewcaulfield

+1 L5.

Thanks @oriceon

sangar82 avatar Feb 20 '15 16:02 sangar82

+1 L5

darkostanimirovic avatar Mar 29 '15 15:03 darkostanimirovic

+1 L5

jzyuchen avatar Apr 24 '15 17:04 jzyuchen

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

mikedamoiseau avatar Sep 24 '15 08:09 mikedamoiseau

+1 L5

stefanoortisi avatar Oct 26 '15 14:10 stefanoortisi

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!

edianogama avatar Aug 18 '16 18:08 edianogama

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

mathewrajan avatar Mar 07 '17 04:03 mathewrajan