I\'ve been wondering around looking for solutions, but can\'t really understand especially when creating helpers. I\'m new in Laravel and I want a simple or if not a detaile
Request::path() returns the request uri, for example: http://localhost/programs , will return programs, so you can do this:
Request::path()
http://localhost/programs
programs
Programs