# Pull git changes
git pull origin Layout
# Dump autoload files
composer dump --no-scripts
# Install dependencies
composer install
# Run seeds
php artisan migrate:refresh --seed
# Clean all cache files
php artisan cache:clear && php artisan config:cache && php artisan view:clear