I managed to solve the problem by using the Helper function url(...)
**action**
Generate a URL for a given controller action.
echo url('foo/bar', $parameters = array(), $secure = null);
Previously I had tried a leading forward-slash / but it had no effect?
Now on to the next hurdle :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community