Create and use custom Artisan CLI commands in Laravel.
Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
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 |