Skip to content

docs: Update command to install Laravel Web Tinker to use --dev flag #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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)