PHP Package: spatie/laravel-web-tinker

Laravel Web Tinker is a powerful interactive console for Laravel applications, allowing you to run PHP code within your browser to debug and experiment effortlessly.

Current Version: 1.10.1
Last Updated: 2025-02-17
PHP Requirement: ^8.2
Dependencies: None

Package Description

Laravel Web Tinker is a dynamic tool that enhances the debugging and development process of Laravel projects. With its interactive console, you can efficiently test and troubleshoot PHP code directly from your browser. This feature-rich package offers a seamless experience for developers, enabling real-time code execution and instant feedback on your Laravel application.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.10.1

Download Download v1.10.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/spatie/laravel-web-tinker/1.10.1/loader.php';
use Spatie\LaravelWebTinker\TinkerController;

$obj = new TinkerController();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.