laravel-larex icon indicating copy to clipboard operation
laravel-larex copied to clipboard

feat: introduce a normalize flag to be able to skip the current folder/header normalize step

Open CoolGoose opened this issue 1 year ago • 0 comments

We are currently using or abusing the localization feature in Laravel to allow for custom user specific labeling of certain parts of the codebase. This is currently implemented by having the folder names with - in them, which the current flow does automatically normalize into _.

This PR should make it available to add an optional flag to disable the current behavior if needed while keeping backwards compatibility.

Hopefully this is useful :) let me know if this should be extended to the other exporters also.

LE: Not sure if this makes sense to be a config option, I added it as a param to keep it flexible

CoolGoose avatar May 05 '24 06:05 CoolGoose