From b01c52c200dfc98529ae1bdb760f1ad067b844b3 Mon Sep 17 00:00:00 2001 From: Pedro X Date: Mon, 24 Jul 2023 11:45:29 +0100 Subject: [PATCH] menation stub publishing --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 61a9cda..952e277 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ Via Composer ``` bash composer require --dev backpack/generators + +// OPTIONAL: if you would like to change Backpack generated files you can publish the stubs with: +php artisan vendor:publish --tag=backpack-generators-stubs ``` ## Usage