laravel-auth-token icon indicating copy to clipboard operation
laravel-auth-token copied to clipboard

Laravel 5 support

Open bocmanis2007 opened this issue 9 years ago • 7 comments

I have a problem by using Auth token package in laravel 4.3

Fix: Tappleby\AuthToken\AuthToken.php row 11. use \Illuminate\Contracts\Support\ArrayableInterface;

Tappleby\AuthToken\DatabaseAuthTokenProvider.php row 10. use \Illuminate\Contracts\Auth\User as UserInterface;

Tappleby\AuthToken\AuthTokenProviderInterface.php row 13. use \Illuminate\Contracts\Auth\User as UserInterface;

Tappleby\AuthToken\AuthTokenDriver.php row 10. use \Illuminate\Contracts\Auth\User as UserInterface;

when support for Laravel 4.3 will shows up?

bocmanis2007 avatar Sep 04 '14 05:09 bocmanis2007

Laravel 4.3 support will show up a bit closer to its release date, 4.3 is still in development and things are subject to change.

The interface changes cause some issues for backwards compatibility with 4.2, need to look into the best method to handle this.

tappleby avatar Sep 04 '14 19:09 tappleby

Do you have any estimates when this supports Laravel 5?

Hesesses avatar Nov 08 '14 11:11 Hesesses

Laravel 5 has been officially released. Just wondering when we might expect an update to this project?

elynnaie avatar Feb 04 '15 21:02 elynnaie

I updated the package to support Laravel 5, here is my fork https://github.com/luimiruiz/laravel-auth-token

luimiruiz avatar Jun 12 '15 15:06 luimiruiz

What about 5.1? Would you edit the README.md?

daniel-seitz avatar Aug 21 '15 17:08 daniel-seitz

Yes. You can use it with laravel 5.1.

On Fri, Aug 21, 2015, 1:31 PM didadan [email protected] wrote:

What about 5.1?

— Reply to this email directly or view it on GitHub https://github.com/tappleby/laravel-auth-token/issues/41#issuecomment-133505267 .

luimiruiz avatar Aug 21 '15 17:08 luimiruiz

@luimiruiz Thanks :+1:

Mahmoudz avatar Oct 07 '15 14:10 Mahmoudz