Add a trailing slash while building URLs from Helpers in CakePHP 3 – SEO
I'm working on a blog-like website in CakePHP 3 and made the canonical URL structure with a trailing slash for SEO purposes. To accomplish this, in the routes file I built the requests to match a trailing slash, and in…