mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
updated provider
This commit is contained in:
+1
-3
@@ -27,11 +27,10 @@ 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
|
||||
# php artisan optimize // remove after laravel 5.6
|
||||
|
||||
# Run database migrations with seeder
|
||||
php artisan migrate:refresh --seed
|
||||
@@ -39,7 +38,6 @@ php artisan migrate:refresh --seed
|
||||
# clear class map
|
||||
php artisan clear-compiled
|
||||
composer dump-autoload
|
||||
# php artisan optimize
|
||||
|
||||
|
||||
|
||||
|
||||
+4
-3
@@ -170,6 +170,7 @@ return [
|
||||
App\Providers\RouteServiceProvider::class,
|
||||
|
||||
Tymon\JWTAuth\Providers\LaravelServiceProvider::class,
|
||||
Tymon\JWTAuth\Providers\JWTAuthServiceProvider::class,
|
||||
],
|
||||
|
||||
/*
|
||||
@@ -220,9 +221,9 @@ return [
|
||||
'View' => Illuminate\Support\Facades\View::class,
|
||||
'Html' => Collective\Html\HtmlFacade::class,
|
||||
'Entrust' => Zizaco\Entrust\EntrustFacade::class,
|
||||
|
||||
'JWTAuth' => 'Tymon\JWTAuth\Facades\JWTAuth',
|
||||
'JWTFactory' => 'Tymon\JWTAuth\Facades\JWTFactory',
|
||||
'JWTAuth' => Tymon\JWTAuth\Facades\JWTAuth::class,
|
||||
'JWTFactory' => Tymon\JWTAuth\Facades\JWTFactory::class,
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user