added few other composer command to clear class map

This commit is contained in:
Jack Goh
2018-06-23 01:11:06 +08:00
parent dd98bc912b
commit e74ce96faf
+5 -1
View File
@@ -36,6 +36,10 @@ php artisan config:clear
# Run database migrations with seeder
php artisan migrate:refresh --seed
composer dumpautoload
# clear class map
php artisan clear-compiled
composer dump-autoload
php artisan optimize