Skip to content

Instantly share code, notes, and snippets.

@yuceltoluyag
Created February 26, 2020 19:34
Show Gist options
  • Save yuceltoluyag/6213cdd1d2bd7741bea125be607d791a to your computer and use it in GitHub Desktop.
Save yuceltoluyag/6213cdd1d2bd7741bea125be607d791a to your computer and use it in GitHub Desktop.
laravel cleaner on cmder
@ECHO OFF
chcp 857
setlocal
:: Laravel Cleaner
TITLE Laravel Cleaner
ECHO Starting
:: Section 1: Laravel.
ECHO ============================
php artisan route:clear
php artisan view:clear
php artisan cache:clear
php artisan serve
ECHO Ready
PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment