Skip to content

Instantly share code, notes, and snippets.

@ahmedsayedabdelsalam
Last active February 25, 2019 09:21
Show Gist options
  • Select an option

  • Save ahmedsayedabdelsalam/9cffb9ffd1ad9ee553d0e166587a6fe7 to your computer and use it in GitHub Desktop.

Select an option

Save ahmedsayedabdelsalam/9cffb9ffd1ad9ee553d0e166587a6fe7 to your computer and use it in GitHub Desktop.
alias .='xdg-open .'
alias 2='/var/www/html'
alias c=clear
alias comda='composer dump-autoload'
alias comi='composer install'
alias comu='composer update'
alias nrd='npm run dev'
alias nrw='npm run watch'
alias pa='php artisan'
alias pacc='php artisan cache:clear'
alias padown='php artisan down'
alias pads='php artisan db:seed'
alias paeg='php artisan event:generate'
alias pakg='php artisan key:generate'
alias pamau='php artisan make:auth'
alias pamco='php artisan make:controller'
alias pamcom='php artisan make:command'
alias pamev='php artisan make:event'
alias pamf='php artisan migrate:fresh'
alias pamfa='php artisan make:factory'
alias pami='php artisan migrate'
alias pamli='php artisan make:listener'
alias pamma='php artisan make:mail'
alias pammi='php artisan make:migration'
alias pammid='php artisan make:middleware'
alias pammo='php artisan make:model'
alias pamno='php artisan make:notification'
alias pamre='php artisan migrate:reset'
alias pamrf='php artisan migrate:refresh'
alias pamro='php artisan migrate:rollback'
alias pamse='php artisan make:seeder'
alias pamst='php artisan migrate:status'
alias paqft='php artisan queue:failed-table'
alias paqrs='php artisan queue:restart'
alias paqrt='php artisan queue:retry'
alias paqt='php artisan queue:table'
alias paqw='php artisan queue:work --tries=3'
alias parc='php artisan route:clear'
alias parl='php artisan route:list'
alias pas='php artisan serve'
alias pasl='php artisan storage:link'
alias pat='php artisan tinker'
alias paup='php artisan up'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment