What is an artisan? Name some common artisan commands?



What is an artisan? Name some common artisan commands?..

Answer / Rahul Masand

Artisan is a command-line interface (CLI) tool included in Laravel that provides numerous useful utilities for tasks such as making migrations, generating scaffolding, optimizing your application's assets, and more. Some common Artisan commands include `make:model`, `migrate`, `serve`, `make:controller`, and `make:migration`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is orm framework?

1 Answers  


How to enable query log in laravel 5?

1 Answers  


What is an observer in laravel?

1 Answers  


How do I make all of my forms bootstrap opinionated?

1 Answers  


What is boot method in laravel?

1 Answers  


Explain the service container and its advantages.

1 Answers  


Does laravel passport use jwt?

1 Answers  


Explain laravel echo.

1 Answers  


How to generate application key in laravel?

1 Answers  


What is url helper?

1 Answers  


What is pluck method in laravel?

1 Answers  


Explain elixir in laravel?

1 Answers  


Categories