From 2c14410a8f97a7ef4b4f9d885019958d8fe4d837 Mon Sep 17 00:00:00 2001 From: Too Date: Sat, 23 Jun 2018 00:25:10 +0800 Subject: [PATCH] add publish bash command for jwt-auth --- .gitlab-ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.sh b/.gitlab-ci.sh index f68d78cd..58be5903 100644 --- a/.gitlab-ci.sh +++ b/.gitlab-ci.sh @@ -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