From ea14a3a13a0332e43097e6b2e2e2919190d3c694 Mon Sep 17 00:00:00 2001 From: atehnix Date: Wed, 19 Oct 2016 08:56:34 +0300 Subject: [PATCH] Fix readme. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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