From 60ec46a8f9a65dfead78972ef47f7fd61c5797ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Labrecque?= Date: Wed, 8 Nov 2023 14:14:29 -0500 Subject: [PATCH] With package auto-discovery, only one command is required to install this package. --- tinker-repl.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tinker-repl.md b/tinker-repl.md index f35fc61..0dc58ab 100644 --- a/tinker-repl.md +++ b/tinker-repl.md @@ -9,4 +9,11 @@ Laravel includes a powerful REPL, called Tinker, powered by the PsySH console by Justin Hileman under the hood. The tinker console allows you to interact with your Laravel application from the command line in an interactive shell. +### Installation + +```bash +composer require intonate/tinker-zero +``` + + [Jorge González](https://github.com/scrubmx) made it available for Laravel Zero. Get more details: [https://github.com/intonate/tinker-zero](https://github.com/intonate/tinker-zero).