-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\vendor\dkcwd\dkcwd-zf2-munee\DkcwdZf2Munee\View\Helpers where is the .php file call? #7
Comments
Hi I originally replaced the call to the file with a simple route....see (https://github.com/dkcwd/dkcwd-zf2-munee/blob/master/config/module.config.php). The route utilises a controller action I made (MuneeController::muneeAction()) so users wouldn't need to do anything other than add the relevant dependencies to their projects. It's been a while since I made this so I will have a look at updating it, thanks for giving it a go and letting me know about the issue. I expect the module needs to have a total overhaul given several changes in ZF2 and I'll take a look on Sunday. |
Hi thanks for your raply but not work for me. // Define webroot I moved your module inside my module folder not in vendor folder so i changed all the helpers to call the munee.php file. In this way the project work fine. |
Glad you managed to find a workaround. I need to review it, fix major bugs and get a timeline in place for improvements. Thanks for giving it a go. :-)
|
Hi
inside every helper file you must use:
munee.php?...
Otherwise nothing work i have a blank page
\vendor\dkcwd\dkcwd-zf2-munee\DkcwdZf2Munee\View\Helpers
Inside \public\ folder
you must copy the monee downloaded original library
and create the munee.php file
following te original documentation.
In this way all work fine
The text was updated successfully, but these errors were encountered: