0 votes
in Laravel by
What are artisan commands?

1 Answer

0 votes
by

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:

...