Laravel Ecommerce Tutorial: Part 4, Managing Product Categories

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. laravel-sluggable

    An opinionated package to create slugs for Eloquent models

    Remember, I mentioned slugs and friendly URLs. A slugged URL is basically the name of the category joined by strokes. We could manually implement this by creating a mutator on the slug attribute, but luckily for us, there's a package for that, Spatie Laravel Sluggable

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Stimulus

    A modest JavaScript framework for the HTML you already have

    This will create the obliterate controller in resources/js/controllers/obliterate_controller.js . If you have no idea what a stimulus controller is, checkout the stimulus homepage, it should have everything you need to know. Also checkout the hotwired stack's homepage

  4. iziToast

    Elegant, responsive, flexible and lightweight notification plugin with no dependencies.

    So far we've been returning redirect responses with flash messages, but we were not showing the flash anywhere. Let's show flash messages using iziToast

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Laravel Ecommerce Tutorial: Part 5, Managing Brands

    1 project | dev.to | 8 Feb 2023
  • Generating Slugs in Laravel PHP

    1 project | news.ycombinator.com | 3 Jul 2022
  • "Backup Tables" package

    1 project | dev.to | 24 Aug 2024
  • "Model Required Fields" package

    1 project | dev.to | 27 Jul 2024
  • Transforming API requests and responses in Laravel 11 - The easy way

    4 projects | dev.to | 14 May 2024

Did you know that CSS is
the 16th most popular programming language
based on number of references?