laravel/tinker

Powerful REPL for the Laravel framework.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 45 minutes ago
Added to GitGenius on September 8th, 2026
Created on December 21st, 2016
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 138
Total Stargazers: 7,440 (+0)
Total Subscribers: 33 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Laravel Tinker is a REPL (read-eval-print loop) for the Laravel framework.

Tinker solves the problem of interactively testing and debugging Laravel code without writing separate scripts or test files. It provides an interactive shell where developers can execute PHP code directly within the context of a running Laravel application, with access to all application models, services, and configuration. The tool wraps PsySH, a PHP REPL, and integrates it with Laravel's service container and environment.

Tinker is essential for Laravel developers who need to quickly experiment with code, inspect database records, test queries, or debug application state during development. It suits any Laravel project where interactive exploration of the codebase and data is valuable. The tool is particularly useful for developers working with Eloquent models, testing database interactions, or understanding how application components behave in real time.

The project maintains active test coverage and follows the Laravel contribution guidelines and code of conduct for community participation. Security vulnerabilities are handled through a dedicated security policy.