Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

add aliases laravel

//config/app.php
'aliases' => [
    (...)
    'Alert' => RealRashidSweetAlertFacadesAlert::class,
],
Comment

PREVIOUS NEXT
Code Example
Shell :: whatsapp for linux 
Shell :: tar extract to specific location 
Shell :: linux distros 
Shell :: ubuntu add public key to server 
Shell :: how to install ssl certificate in aws lightsail 
Shell :: linux dd show progress 
Shell :: 10250: connect: no route to host kubernetes 
Shell :: how to uninstall software from ubuntu 
Shell :: docker created network and attach a docker container 
Shell :: PDF Acrobat ubunut 
Shell :: ssh-copy powershell 
Shell :: conda install line_profiler 
Shell :: Git: push to create project 
Shell :: git unstage file from add 
Shell :: crontab save 
Shell :: how to get github url 
Shell :: npm version 
Shell :: how to give permission to a user in linux on a folder 
Shell :: windows could not start the apache 2.4 on local computer 
Shell :: how to create a shortcut to a folder on linux 
Shell :: docker elasticsearch latest version 
Shell :: [INS-30131] Initial setup required for the execution of installer validations failed. 
Shell :: replace delimiter for new line 
Shell :: create user linux 
Shell :: macos clear terminal 
Shell :: socket.io-client 
Shell :: clone gitlab repo using personal acess token 
Shell :: get ip address in powershell specifically 
Shell :: rename branch name brfore push 
Shell :: genereate ssh key 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =