Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ A simple Chrome extension to iframe a PHP console. This package utilizes [Spatie
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`
5. Within any Laravel project, install the Spatie Laravel Web Tinker package: `composer require spatie/laravel-web-tinker --dev`

## 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](https://cdn.devdojo.com/images/january2025/php-ext.png)
![PHP Extension screenshot](https://cdn.devdojo.com/images/january2025/php-ext.png)