nystudio107 / generator-craftplugin

generator-craftplugin is a Yeoman generator for Craft CMS plugins
MIT License
74 stars 30 forks source link

Wrong basePath in the Module Class [Craft3 Modules] #48

Closed boscho87 closed 6 years ago

boscho87 commented 6 years ago

in the main Module file the the base path in the Contructor is wrong:

in my case:


'basePath' => '@donatemodule/translations', //wrong
'basePath' => '@modules/donatemodule/translations', // right
khalwat commented 6 years ago

Fixed in 1.4.1:

https://github.com/nystudio107/generator-craftplugin/releases/tag/1.4.1