added dumpautoload

This commit is contained in:
Jack Goh
2018-06-23 01:04:29 +08:00
parent 3b24a31816
commit dd98bc912b
+3
View File
@@ -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