What are artisan commands? Technology Community › Category: Laravel › What are artisan commands? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Artisan is the name of the command-line interface included with Laravel. It provides a number of helpful commands for your use while developing your application for example: php artisan serve // To start Laravel project