How to create Custom Artisan Commands in Laravel
Artisan is the command line interface tool that Laravel uses. it is a script at the root of your project directory named artisan which will help you to perform tons of command line interface commands.