Jwt-auth: vendor:publish Nothing to publish for tag []

Created on 5 Jan 2016  路  4Comments  路  Source: tymondesigns/jwt-auth

Running: php artisan vendor:publish --provider="TymonJWTAuthProvidersJWTAuthServiceProvider"

is returning Nothing to publish for tag []. I am not getting config.

laravel 5.2

Most helpful comment

php artisan cache:clear

and then

php artisan config:cache

solved my problem

All 4 comments

Just to make sure, did you add the service provider in your app config?

That was it............

I added the service provider in the app config but I still get the same

Nothing to publish for tag []

php artisan cache:clear

and then

php artisan config:cache

solved my problem

Was this page helpful?
0 / 5 - 0 ratings

Related issues

phamduong picture phamduong  路  3Comments

lbottoni picture lbottoni  路  3Comments

lloy0076 picture lloy0076  路  3Comments

heroghost picture heroghost  路  3Comments

mihailo-misic picture mihailo-misic  路  3Comments