mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-25 23:34:11 +00:00
removed publish jwtauth
This commit is contained in:
+2
-2
@@ -27,7 +27,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\LaravelServiceProvider"
|
||||
# php artisan vendor:publish --provider="Tymon\JWTAuth\Providers\LaravelServiceProvider"
|
||||
php artisan jwt:secret
|
||||
php artisan config:cache
|
||||
php artisan config:clear
|
||||
@@ -39,7 +39,7 @@ php artisan migrate:refresh --seed
|
||||
# clear class map
|
||||
php artisan clear-compiled
|
||||
composer dump-autoload
|
||||
php artisan optimize
|
||||
# php artisan optimize
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user