PHP Artisan

2024-04-26 00:14:20 Sudeep Laravel

What is php artisan?

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 PHP Artisian command.

  • php artisan list
  • php artisan migrate
  • php artisan serve
  • php artisan help
  • php artisan tinker
  • php artisan make
  • php artisan –versian
  • php artisan make model model_name
  • php artisan make controller controller_name
  • php artisan schedule run


This post is submitted by one of our members. You may submit a new post here.

Related Tricks