Laravel PHP Developer Question:
Download Questions PDF

Do you know what is php artisan. List out some artisan commands?

Laravel PHP Developer Interview Question
Laravel PHP Developer Interview Question

Answer:

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

☛ php artisan list
☛ php artisan help
☛ php artisan tinker
☛ php artisan make
☛ php artisan –versian
☛ php artisan make model model_name
☛ php artisan make controller controller_name

Download Laravel PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what are the official packages provided by Laravel?Do you know what is routing and how, and what are the different ways to write it?