-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update package to Laravel 5 #137
base: master
Are you sure you want to change the base?
Conversation
Tested and works great for me! |
@artdarek any plans on fully supporting this? |
It needs to go in a separate repo or at least a separate branch as the instructions say to use I would leave it as a fork and add it to packagist. |
This is given in an arg in the example but there is no scope as to where Request is defined, consequently this breaks everything and makes your hard work useless, please could you clarify in an otherwise great project |
Correction to package registration with service providers + aliases
[BC] Allow to implement custom storage
modify readme to fix session class error
The Share() function doesn't work anymore in Laravel 5.4, changed the register() function to make the php artisan vendor:publish work.
Update to work with Laravel 5.4
Call to undefined method Artdarek\OAuth\Facade\OAuth::consumer()
Fix undefined method OAuth::consumer() in laravel 5.4
Update Lusitanian/PHPoAuthLib to latest version.
Update Lusitanian/PHPoAuthLib to latest version.
Update composer.json
Add provider to vendor publish in README
For L5.5+
New TokenStorage based on laravel native session
Create OAuthLaravelSession.php
Fix PSR standards + quick win code cleaning
Hello, make a new repository oauth-5-laravel and use this first commit as a master branch.
I tested facebook, google for now