From f88d4551836167624c96cf55f65029465f37d5f5 Mon Sep 17 00:00:00 2001 From: Ostap Brehin Date: Sun, 29 Sep 2024 19:26:05 +0100 Subject: [PATCH] Add `--dev` to composer command --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9742582..dcf064b 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Visualise your routes in pretty format. # Installation ```bash -composer require garygreen/pretty-routes +composer require garygreen/pretty-routes --dev ``` If your using autodiscovery in Laravel, it should just work.