Skip to main content

Command Palette

Search for a command to run...

Which Artisan command gives a list of available commands?

Updated
1 min read
Which Artisan command gives a list of available commands?
R

Full Stack Developer with a passion for building web applications. PHP, Node.js, Laravel, MySQL, MongoDB. Love collaborating & making a difference

In Laravel, you can get a list of all available artisan commands by using the following command in your terminal:

php artisan list

This will display a comprehensive list of all the commands that you can run with artisan, along with a brief description of each command.

More from this blog

R

Raja Muhammad Asher - Senior Software Engineer - Full Stack Developer

157 posts

Full Stack Developer with a passion for building web applications. PHP, Node.js, Laravel, ExpressJS, MySQL, MongoDB. Love collaborating & making a difference