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
//config/app.php
'aliases' => [
(...)
'Alert' => RealRashidSweetAlertFacadesAlert::class,
],