Artisan, Laravel

Laravel: How to Create Custom Artisan Command

There’s only 3 steps required to setting up new Artisan command. Step 1 – Create a new console file Step 2 – Open up app/Console/Commands/CommandName.php

read more