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

Commit e3b3991

Browse files
author
atehnix
committed
Update readme
1 parent 18ee5e9 commit e3b3991

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Done!
3232
### Configure paths for generated classes
3333
To change the paths of saving the generated classes, you need to configure their namespaces in a configuration file `config/stubs.php`.
3434

35+
### Modular development.
36+
If you have a large project, you may want to divide it into modules as subdirectories in the "app" directory.
37+
38+
To make classes inside the module you are developing, you can specify the name of the module in the `STUBS_MODULE` environment variable.
39+
3540
### Publish stub files for edit
3641
```
3742
php artisan stubs:publish

0 commit comments

Comments
 (0)