Closed robsontenorio closed 8 months ago
Hi!
It would be nice if we can configure custom folders for actions.
Currently my actions are placed on /app-modules/**/Actions, not /app/**/actions.
/app-modules/**/Actions
/app/**/actions
For reference, laravel-ide-helper package allow us to configure models folder with glob expressions, for instance.
I am currently very limited on time. However, if you would be willing to contribute it and write Pest tests for it I would merge it. 👍🏻
Still open, but with v0.2.0 I think it got a lot easier to add it.
This project is in YOLO-mode now. Please feel free to re-open if you think it still applies.
Hi!
It would be nice if we can configure custom folders for actions.
Currently my actions are placed on
/app-modules/**/Actions
, not/app/**/actions
.For reference, laravel-ide-helper package allow us to configure models folder with glob expressions, for instance.