Home »
MCQs »
Laravel MCQs
____ allows you to use the command line to interact with your whole Laravel application, including Eloquent models, jobs, events, and more
73. ____ allows you to use the command line to interact with your whole Laravel application, including Eloquent models, jobs, events, and more?
- Tinker
- Artisan
- REPL
Answer: A) Tinker
Explanation:
Tinker allows you to use the command line to interact with your whole Laravel application, including Eloquent models, jobs, events, and more.