php - How to render module view files of laravel 4 -
I have a Lavail 4.1 project with a modular system. Here is the tree plan.
I am trying to render visual files in module controllers as follows:
See: : AddNamespace ('moduleFoldername', '/ app / modules / modules / views'); See Return: Create ('moduleFoldername :: moduleviewfile');
Then I get the following error:
See invalid etching exceptions [Module-Video] not found.
Which path is wrong in the code?
Try one
see :: addNamespace ('package' , App_path (). '/ Modules / modulename / views');
Comments
Post a Comment