1.

What is tinker in laravel?

Answer»

Laravel Tinker is a powerful REPL TOOL which is used to INTERACT with Laravel APPLICATION with the command line in an interactive shell. Tinker came with the release of version 5.4 is extracted into a separate package.

How to install tinker

composer REQUIRE laravel/tinker

How to execute

To execute tinker we can use php artisan tinker command.



Discussion

No Comment Found