I want to get the last word of this URL:
http://localhost:8888/articles/tags/Europa
How could I make this in Laravel ? with this {{URL::current()}}
I'm getting full URL. I have tried {{URL::current().split('/').last}}
but then I get error: Function split() is deprecated