InterviewSolution
Saved Bookmarks
| 1. |
What is PHP artisan in laravel? Name some common artisan commands? |
|
Answer» Artisan is a type of the "command LINE interface" using in Laravel. It provides lots of helpful COMMANDS for you while DEVELOPING your application. We can RUN these command according to our need. Laravel supports various artisan commands like
|
|