#!/bin/sh php artisan config:clear; php artisan config:cache; php artisan cache:clear; php artisan clear-compiled; php artisan route:clear; php artisan view:clear; composer dump-autoload;