I'd define a class property that would handle this. Something like $namespace or similar. You can then use:
View::make($this->namespace.".admin.index")
Ok, that does make sense, I did have that thought also but I wasn't 100% sure if that was the best way to handle it.
I think ill do it though! Thanks for your help!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community