Skip to content

Instantly share code, notes, and snippets.

@ihzarizkyk
Created July 15, 2021 23:51
Show Gist options
  • Save ihzarizkyk/54346b8d72ae9f221b340a687040865f to your computer and use it in GitHub Desktop.
Save ihzarizkyk/54346b8d72ae9f221b340a687040865f to your computer and use it in GitHub Desktop.
alias pas="php artisan serve"
alias pcr="php artisan make:controller $* --resource"
alias pmm="php artisan make:model $* -m"
alias pc="php artisan make:controller $*"
alias pm="php artisan make:model $*"
alias pp="php artisan make:policy $*"
alias ppm="php artisan make:policy $* --model=$*"
alias mg="php artisan migrate"
alias ms="php artisan migrate $*"
alias rl="php artisan route:list"
alias lamps="sudo /opt/lampp/lampp start"
alias lampt="sudo /opt/lampp/lampp stop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment