infinum / eightshift-libs

Library that is meant to be used inside Eightshift Boilerplate and Eightshift Boilerplate Plugin libs via composer in order to be able to easily set up a modern development process.
https://eightshift.com
MIT License
62 stars 11 forks source link

[BUG] - CLI command for generating 'LoadMoreRoute' namespace #413

Open goranalkovic-infinum opened 5 months ago

goranalkovic-infinum commented 5 months ago

When running the CLI command for generating the LoadMoreRoute, it finishes correctly, but the namespace ends up using the project name, which can cause troubles if it includes spaces.

Example: image

I fixed it by modifying getThemeName in src/Helpers/ProjectInfoTrait.php to use TextDomain instead of project name, but it's obviously not a permanent fix 😄