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