0
Laravel 4.2
I need to get the directory of . Full Slide after its rendering, how to do this?
I have been trying to navigate through the Application, this seems to be a bad idea, however I have not found any native method that does this.
dump(app()->__get('view')->getFinder());
"I’ve been trying to navigate through the Application, this seems like a bad idea", but need the path of views It’s also no wonder of idea, do not think?
– Jéf Bueno
I agree, I need actually just to facilitate the development here, creating a link to open the view in vscode from the browser, understood?
– David Dias
It makes sense then. But why do you think it would be bad to use the method that was quoted in your question?
– Jéf Bueno
Take a look at
helpers
1 Maybe you can find something to help.– MarceloBoni
@LINQ, I haven’t been able to access class view this way, but I’m working on it. I found it a bad practice because I considered that this was more common to do, so I should have a method of my own. But since you said this access is already a little strange, probably not even exist.
– David Dias
@Marceloboni, this is usually the first thing I do rsrs
– David Dias
Settled friends, thank you for your attention!
– David Dias