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

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
atehnix committed Apr 2, 2019
1 parent 18ee5e9 commit e3b3991
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Done!
### 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`.

### Modular development.
If you have a large project, you may want to divide it into modules as subdirectories in the "app" directory.

To make classes inside the module you are developing, you can specify the name of the module in the `STUBS_MODULE` environment variable.

### Publish stub files for edit
```
php artisan stubs:publish
Expand Down

0 comments on commit e3b3991

Please sign in to comment.