How to Add Slugs to a Laravel Project
Jan 17, 2024 · 3 min read · Slugs are a great way how to make URLs more readable for humans and also they are better for SEO. Although, Laravel has built-in slug helper. It has only basic functionality (just a simple function to make a slug from string). However, there are two ...
Join discussion