nova bash alias $ supernova Post model, migration, resource, policy created! supernova() { php artisan make:model "$1" -m; php artisan nova:resource "$1"; php artisan make:policy "$1"; } add ^ to your .bashrc