Laravel 4.2
I need to get the full .blade directory after rendering, how do I do that?
I've been trying to navigate through the Application, this seems to be a bad idea, but I have not found any native methods that do this.
dump(app()->__get('view')->getFinder());