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 →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article