Skip to content
/ php-ext Public

A chrome extension to show PHP (Laravel) devtools console

Notifications You must be signed in to change notification settings

tnylea/php-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Console for Chrome DevTools

A simple Chrome extension to iframe a PHP console. This package utilizes Spaties Laravel Web Tinker package, and iframes it in the devtools panel, making it accessible from anywhere in the panel.

Installation

  1. Download and unzip this project.
  2. Navigate to chrome://extensions/ in your browser.
  3. Enable "Developer mode" in the top right corner (if not already enabled).
  4. Click "Load unpacked" and select the php-ext folder.
  5. Within any Laravel project, install the Spatie Laravel Web Tinker package: composer require spatie/laravel-web-tinker

Run Tinker in DevTools

Now, you'll see a PHP tab in the console. Click on this to open PHP console and run your Laravel/PHP code.

PHP Extension screenshot

About

A chrome extension to show PHP (Laravel) devtools console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published