PHPackages                             codedcell/laravel-navigation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. codedcell/laravel-navigation

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

codedcell/laravel-navigation
============================

Manage menus, breadcrumbs, and other navigational elements in Laravel apps

093PHP

Since Feb 1Pushed 3y agoCompare

[ Source](https://github.com/Madawar/laravel-navigation)[ Packagist](https://packagist.org/packages/codedcell/laravel-navigation)[ RSS](/packages/codedcell-laravel-navigation/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Manage menus, breadcrumbs, and other navigational elements in Laravel apps
==========================================================================

[](#manage-menus-breadcrumbs-and-other-navigational-elements-in-laravel-apps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/053c1c5b1eb31a94d8f100ae71de233bef4c27dc045f67c25c3610332a735313/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7370617469652f6c61726176656c2d6e617669676174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spatie/laravel-navigation)[![run-tests](https://github.com/spatie/laravel-navigation/workflows/run-tests/badge.svg)](https://github.com/spatie/laravel-navigation/workflows/run-tests/badge.svg)[![Total Downloads](https://camo.githubusercontent.com/c641047b808aad23c94330c816c7916fd0bd3db1dac2b29371cd018b5875ee5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7370617469652f6c61726176656c2d6e617669676174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spatie/laravel-navigation)

*Work in progress! Things will probably change. Questions and contributions might not be addressed.*

Laravel Navigation is meant to be the spiritual successor of [Laravel Menu](https://github.com/spatie/laravel-menu). Laravel Menu will still be actively maintained, but there are a few principal differences between the two packages.

The main goal of Laravel Menu is to build HTML menus from PHP. Laravel Navigation describes an application's navigation tree, which can be used as a base to create navigational elements like menus and breadcrumbs. Laravel Menu has a rich API for HTML generation. Laravel Navigation doesn't do any HTML generation (although we might ship some Blade files in the future). Instead, Laravel Navigation should give you the flexibility to build your own UI without worrying about the complexity of navigation trees and active state. Think of it as a [renderless component](https://adamwathan.me/renderless-components-in-vuejs/).

```
