Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

alias laravel commands

pas=php artisan serve
migrate=php artisan migrate
ctrl=php artisan make:controller -r $1
model=php artisan make:model $1
amodel=php artisan make:model -a $1
cview=php artisan view:clear
Source by vegotech.net #
 
PREVIOUS NEXT
Tagged: #alias #laravel #commands
ADD COMMENT
Topic
Name
8+6 =