What are artisan commands?

Technology CommunityCategory: LaravelWhat are artisan commands?
VietMX Staff asked 3 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