How to Add Breadcrumbs to Your Laravel Website

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • laravel-breadcrumbs

    Laravel Breadcrumbs - A simple Laravel-style way to create breadcrumbs. (by diglactic)

  • To add the breadcrumbs to your Laravel project, we're going to be using the diglactic/laravel-breadcrumbs package. I've used this in quite a few projects now, ranging from small websites to fairly large applications, and I've always found it really easy to set up and easy to use.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • However, if you're using Tailwind for your CSS, you can update the view in the breadcrumbs.php config file so that the package uses Tailwind to render rather than Bootstrap. In this case, you could update your config file like so:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Bootstrap

    The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

  • By default, when we output the breadcrumbs to our page, the package will style them using Bootstrap 5. So, if you're styling your UI using Bootstrap 5, you shouldn't need to make any changes straight away.

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

  • 🚀🚀Beginner CSS ZERO to HERO

    4 projects | dev.to | 27 Oct 2023
  • I made websites, and I am constantly reminded by I stick to backend.

    4 projects | /r/webdev | 27 Jun 2023
  • All 7 ways to deal with CSS most never tried

    5 projects | dev.to | 7 Jun 2023
  • I made a free no-code ML tool

    2 projects | /r/datascience | 20 May 2023
  • Best 3 Bootstrap Alternatives

    5 projects | dev.to | 23 Apr 2023