From 05c93ea24adca7f0d46a79fc9ef74ec9a5d77e88 Mon Sep 17 00:00:00 2001 From: Yannick Lyn Fatt Date: Sat, 1 Feb 2025 17:43:23 -0500 Subject: [PATCH] docs: update command to install Laravel Web Tinker Add --dev flag so it is added as a dev dependency. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c4dd33..da47167 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +![PHP Extension screenshot](https://cdn.devdojo.com/images/january2025/php-ext.png)