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: