Laravel Packages

PHP DevTools Console

Published
PHP DevTools Console image

For years, frontend developers have enjoyed the luxury of browser-based Developer Tools to inspect, debug, and test their HTML, CSS, and JavaScript in real-time. However, PHP developers, particularly those working with Laravel, haven't had the same convenience due to PHP's server-side nature. That's about to change, thanks to a new Chrome extension created by Tony Lea.

This extension leverages Spatie's Laravel Web Tinker package, which requires developers to navigate a separate route to access its features. However, this new extension seamlessly integrates it into your browser's dev tools panel. This means you can now access PHP and Laravel Artisan Tinker console capabilities instantly without leaving your current page or switching between different windows.

Note: We recommend this for development use only. You should never install or use it in a production environment or any environment where you handle real-world data.

You can try this extension on your next development project by visiting the repository on Github and following the installation instructions.

Yannick Lyn Fatt photo

Staff Writer at Laravel News and Full stack web developer.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Image Dominant Color and HEIC Support in Laravel 13.24 image

Image Dominant Color and HEIC Support in Laravel 13.24

Read article
Official Laravel Zed Extension: LSP for PHP & Blade image

Official Laravel Zed Extension: LSP for PHP & Blade

Read article
Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD image

Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD

Read article
PhpStorm 2026.2 Released image

PhpStorm 2026.2 Released

Read article
Laravel Doctor: Diagnose Your App With One Artisan Command image

Laravel Doctor: Diagnose Your App With One Artisan Command

Read article
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article