What is PHP artisan. List out some artisan commands ?
- Sharad Jaiswal
- 22nd Feb, 2018
1 answer(s) :
-
Reply
"
Artisan is a command-line interface in Laravel Framework for executing and performing specific tasks in Framework.
Below is the list of some important Php artisan Commands.
- php artisan serve: Used to start Laravel server.
- php artisan make: used to make model, controller, view, migration, etc. in Laravel
- php artisan tinker: used to start REPL console for Laravel.
- php artisan –version: Helps to check the version of the framework.
- php artisan schedule run: used to run scheduled jobs in Laravel.
Post your Answer :
Valid name is required.
Valid name is required.
Valid email id is required.
Anil Saini
12th Oct, 2019