Skip to content

Instantly share code, notes, and snippets.

View coolguy1990's full-sized avatar
🍪
Happily coding away while munching on cookies

Kunal Mangaraj coolguy1990

🍪
Happily coding away while munching on cookies
View GitHub Profile
# laravel new-app
alias laravel="git clone -o laravel -b develop https://github.com/laravel/laravel.git"
alias artisan="php artisan"
alias migrate="php artisan migrate"
alias serve="php artisan serve"
alias dump="php artisan dump"
alias t="phpunit"
# Generators Package