From 1103516ae7d38447e65829eeb3a67c654db2c6d6 Mon Sep 17 00:00:00 2001 From: Muah Date: Tue, 25 Apr 2023 08:37:27 +0200 Subject: [PATCH] correct the setup steps --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62485397..a3b68efb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ See [releases](https://github.com/psalm/psalm-plugin-laravel/releases) for more ```bash composer require --dev psalm/plugin-laravel -./vendor/bin/psalm-plugin enable psalm/plugin-laravel ``` ### Step 2: Configure @@ -39,7 +38,13 @@ If you didn't use Psalm on the project before, you need to create a Psalm config ./vendor/bin/psalm --init ``` -### Step 3: Run 🚀 +### Step 3: enable the plugin: +```bash +./vendor/bin/psalm-plugin enable psalm/plugin-laravel +``` + + +### Step 4: Run 🚀 Run your usual Psalm command: ```bash ./vendor/bin/psalm