mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-27 16:24:24 +00:00
added dumpautoload
This commit is contained in:
@@ -24,6 +24,7 @@ cp .env.testing .env
|
||||
# Install xdebug
|
||||
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"
|
||||
@@ -35,4 +36,6 @@ php artisan config:clear
|
||||
# Run database migrations with seeder
|
||||
php artisan migrate:refresh --seed
|
||||
|
||||
composer dumpautoload
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user