Is there any CLI for Laravel?

Technology CommunityCategory: LaravelIs there any CLI for Laravel?
VietMX Staff asked 3 years ago

PHP artisan is the command line interface/tool included with Laravel. It provides a number of helpful commands that can help you while you build your application easily. Here are the list of some artisian commands:

  • php artisan list
  • php artisan help
  • php artisan tinker
  • php artisan make
  • php artisan –versian
  • php artisan make modal modal_name
  • php artisan make controller controller_name