Searching on the web i found that the URI class in laravel 4 was moved to Request::path();
I looked hard on laravel docs, but i didn't find what i was looking for.
So how to get the uri from the page we are coming from in laravel 4 if URI::previous() is no more possible?