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.

App / App / Module App / Module / Modulation / App / Module / Modulation / Controller / App / Module / Modulation / Controller / ModulesController File. FP App / Modules / Modulename / views / app / Modules / modulename / views / moduleviewfile.php

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

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -