Laravel Commands
Create and use custom Artisan CLI commands in Laravel.

Join the AI Workshop to learn more about AI and how it can be applied to web development. Next cohort February 1st, 2026

The AI-first Web Development BOOTCAMP cohort starts February 24th, 2026. 10 weeks of intensive training and hands-on projects.


Laravel’s Artisan CLI provides a powerful command-line interface for your application. Beyond the built-in commands, you can create custom commands to automate tasks, run scheduled jobs, and interact with your application from the terminal.

In this section you’ll learn how to create and use custom Artisan commands in Laravel.

Lessons in this unit:

0: ▶︎ Introduction
1: Creating commands
2: Creating CLI commands in Laravel