Laravel project find view in controller
In Laravel project, when has @include any view in the blade file, I can Ctrl + Click to go to the file.
But this feature is not working in Controller, when I has returning some like "return View::make('myFolder.subfolder.myView'); ".
How to can I configure to open the view file, when I click the path in the controller like in the blade include?
Please sign in to leave a comment.
Thank you! I will try this!