nasirkhan/module-manager

Module Build Path Issue

Closed this issue · 1 comments

Hi there,
There is an issue with the building in the module.
Please change src/Commands/ModuleBuildCommand.php line 72 and replace back slash to slash.
$basePath = $namespace.'/'.$moduleName;

before these changes module folder name should be Modules\Crud

thanks, updated the path.