Useful artisan commands for Laravel to help perform regular tasks.
Installation
You can install the package via composer:
composer require justinbyrne/extra-artisan-commands
Usage
The package adds artisan commands all of which cab be ran with php artisan
then any of the commands in the list below.
create:user
Create new user using the options in the config
make:service {name}
Create new service class
make:action {name}
Create new action class
make:trait {name}
Create new trait