Naoray / blueprint-nova-addon

A Blueprint addon which generates Nova resources
MIT License
71 stars 37 forks source link

Add support for customizing the namespace #30

Closed roelofr closed 3 years ago

roelofr commented 3 years ago

Hello there,

I just opened an issue on the readme, but I've been using this addon with pleasure.

One small thing though, my Nova resources aren't in the App\\Nova\\ModelName location, but in a subfolder. I also have a project where I put them in App\Models\Nova (it made more sense in that project's context).

Therefore, I'd like to be able to customize the namespace infix, which could show up in the config.

Naoray commented 3 years ago

Feel free to submit a PR

roelofr commented 3 years ago

Done, also took the liberty to fix #29 while we're at it :wink: