spatie / laravel-settings

Store strongly typed application settings
MIT License
1.2k stars 110 forks source link

fix when base path is app path #259

Closed mvenghaus closed 6 months ago

mvenghaus commented 6 months ago

I'm working with lando (docker) and there the "src" folder is mounted to "/app".

This is what my path looks like: /app/app/Settings

Currently the make command replaces all occurrences of base path which results in a wrong namespace "Settings".

rubenvanassche commented 6 months ago

Thanks!