PHPackages                             hdaklue/actioncrumb - 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. hdaklue/actioncrumb

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

hdaklue/actioncrumb
===================

A fluent breadcrumb builder with dropdown actions for Laravel Livewire

2.0.32(7mo ago)261MITPHPPHP ^8.2

Since Sep 10Pushed 7mo agoCompare

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

READMEChangelog (10)Dependencies (8)Versions (51)Used By (0)

ActionCrumb
===========

[](#actioncrumb)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e0f53717c80d09b542567072c4badbade163f597983d4fbac499204e30be4767/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6864616b6c75652f616374696f6e6372756d622e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hdaklue/actioncrumb)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7eb4e618d98932cb53f645398b57e9815a543e20725858c18525aeb40c4e5ab6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6864616b6c75652f616374696f6e6372756d622f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/hdaklue/actioncrumb/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/1a494703136fd03147f49fa5a836a2ab1f700593edd5147ee145e2a7289498d1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6864616b6c75652f616374696f6e6372756d622e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hdaklue/actioncrumb)

**Smart breadcrumbs with contextual actions for Laravel applications.**

Transform cluttered admin toolbars into elegant, contextual navigation:

```
Dashboard > Users ⌄ > John Doe ⌄
              ↓         ↓
          [Export]   [Edit]
          [Import]   [Delete]

```

Installation
------------

[](#installation)

```
composer require hdaklue/actioncrumb
```

**Requirements:** PHP 8.2+, Laravel 11+, Livewire 3+, Filament Actions 4+, Tailwind CSS, Alpine.js

Basic Usage
-----------

[](#basic-usage)

### 1. Create a Breadcrumb Component

[](#1-create-a-breadcrumb-component)

```
