Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit ea14a3a

Browse files
author
atehnix
committed
Fix readme.
1 parent 44aee37 commit ea14a3a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ should be replaced by
3131
];
3232
```
3333

34-
To publish the config file to app/config/stubs.php run:
34+
To publish the config file to `config/stubs.php` run:
3535

3636
```
3737
php artisan vendor:publish --provider=ATehnix\LaravelStubs\Providers\ConsoleSupportServiceProvider
@@ -42,6 +42,9 @@ Done!
4242

4343
## Usage
4444

45+
### Configure paths for generated classes
46+
To change the paths of saving the generated classes, you need to configure their namespaces in a configuration file `config/stubs.php`.
47+
4548
### Publish stub files for edit
4649
```
4750
php artisan stubs:publish

0 commit comments

Comments
 (0)