Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (55.6k points)

Can anyone explain the Artisan in the Laravel framework?

1 Answer

0 votes
by (119k points)

Artisan is the name of the CLI (command-line interface) included with Laravel. It provides a set of helpful commands that assists you in developing your application. It is driven by the powerful Symfony Console component, resulting in add-on features in Laravel 5.1 (latest version of Laravel).

Listing All Available Commands

You can use the list command to view the list of all the Artisan commands:

php artisan list

To understand more about the Laravel PHP framework, you can sign up for this PHP Training by Intellipaat.

Also, watch this video on the Laravel PHP Framework:

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jun 21, 2020 in Web Technology by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jun 21, 2020 in Web Technology by Sudhir_1997 (55.6k points)
0 votes
1 answer

Browse Categories

...