Skip to content
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

view not found exception #50

Closed
hardikaecor opened this issue Mar 1, 2015 · 2 comments
Closed

view not found exception #50

hardikaecor opened this issue Mar 1, 2015 · 2 comments

Comments

@hardikaecor
Copy link

Hi,
when I keep the view file in original L5 views directory it works fine
but if I move the module specific views to module's view directory
and use
return view('messenger.index', compact('threads', 'currentUserId'));
it gives me error like:
View [messenger.index] not found.
Am I doing anything wrong here?

@TerrePorter
Copy link

Take a look at #36 and see if it helps

@kaidesu
Copy link
Contributor

kaidesu commented Mar 1, 2015

Gotta reference your module's namespace when calling views from a specific module.

@kaidesu kaidesu closed this as completed Mar 1, 2015
@kaidesu kaidesu added the invalid label Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants