MSMartin Saxainmartinsaxa.hashnode.dev·Jan 17, 2024 · 3 min readHow to Add Slugs to a Laravel ProjectSlugs 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 ...00
MSMartin Saxainmartinsaxa.hashnode.dev·Nov 3, 2023 · 2 min readHow to add Bootstrap 5 to Laravel projectBootstrap is a powerful, extensible, and feature-packed frontend toolkit. Underneath, it's built using sass. It comes with powerful prebuilt components. In this article, we will look into integrating it into the Laravel project. Option 1 - CDN (the b...00