Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tinker-repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).