diff --git a/README.md b/README.md index 5445fa9..cac3794 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ should be replaced by ]; ``` -To publish the config file to app/config/stubs.php run: +To publish the config file to `config/stubs.php` run: ``` php artisan vendor:publish --provider=ATehnix\LaravelStubs\Providers\ConsoleSupportServiceProvider @@ -42,6 +42,9 @@ Done! ## Usage +### Configure paths for generated classes +To change the paths of saving the generated classes, you need to configure their namespaces in a configuration file `config/stubs.php`. + ### Publish stub files for edit ``` php artisan stubs:publish