Jwt-auth: composer require tymon/jwt-auth:^1.0

Created on 5 Sep 2019  路  1Comment  路  Source: tymondesigns/jwt-auth

i am using laravel 5.8 and it's not working
[InvalidArgumentException]
Could not find package tymon/jwt-auth in a version matching 1.0

Most helpful comment

In order to install JWTAuth in Laravel 5.8 you need to use following

composer require tymon/jwt-auth:dev-develop

>All comments

In order to install JWTAuth in Laravel 5.8 you need to use following

composer require tymon/jwt-auth:dev-develop

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hfalucas picture hfalucas  路  3Comments

johncloud200 picture johncloud200  路  3Comments

heroghost picture heroghost  路  3Comments

aofdev picture aofdev  路  3Comments

gamelife1314 picture gamelife1314  路  3Comments