add publish bash command for jwt-auth

This commit is contained in:
Too
2018-06-23 00:25:10 +08:00
parent 37766083fa
commit 2c14410a8f
+1
View File
@@ -23,6 +23,7 @@ pecl install xdebug && docker-php-ext-enable xdebug
# Generate an application key. Re-cache.
php artisan key:generate
php artisan vendor:publish — provider="Tymon\JWTAuth\Providers\JWTAuthServiceProvider"
php artisan jwt:secret
php artisan config:cache
php artisan config:clear