What is a repl?



What is a repl?..

Answer / Gautam Singh

A REPL (Read-Eval-Print Loop) is an interactive shell that allows you to run code line by line, see the results immediately, and continue modifying and running more code. Laravel has its own REPL called Artisan Tinker.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

Explain to listeners.

1 Answers  


What is ioc container in laravel?

1 Answers  


What is auth?

1 Answers  


How can we configure a mail-in laravel?

1 Answers  


How do I register an artisan command?

1 Answers  


How to register a middleware in laravel?

1 Answers  


Explain how to get requested path in laravel?

1 Answers  


What is reverse routing?

1 Answers  


What is meant by Authorization Mechanism in Laravel ?

2 Answers  


Explain validation concept in laravel.

1 Answers  


How long have you been using laravel?

1 Answers  


How do I see all of the routes that are defined?

1 Answers  


Categories