Running: php artisan vendor:publish --provider="TymonJWTAuthProvidersJWTAuthServiceProvider"
is returning Nothing to publish for tag []. I am not getting config.
laravel 5.2
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 []
Most helpful comment
php artisan cache:clear
and then
php artisan config:cache
solved my problem