breadcrumbs icon indicating copy to clipboard operation
breadcrumbs copied to clipboard

Laravel Breadcrumbs - An easy way to add breadcrumbs to your @Laravel app.

Results 14 breadcrumbs issues
Sort by recently updated
recently updated
newest added

Hi Sometime library showing url query, how to disable it? ![image](https://user-images.githubusercontent.com/11665930/182761997-cba74d47-b5bf-4873-ab29-3f205d09cdd9.png) **Edit:** laravel/framework : 9.22.1 livewire/livewire: 2.10.6 tabuna/breadcrumbs: 3.0.0

Hi when i used i received 502 Bad Gateway, and no error registered in log files, how can i resolve this or how can i detect the error thank you

Dear All Friend, Firstly I want to say thank you for your help. I am using breadcrumbs in my project. There is no problem in pages where I dont send...

I'm getting this error: > Argument 2 passed to App\Providers\BreadcrumbsServiceProvider::App\Providers\{closure}() must be an instance of App\Models\project\Project, string given (View: /var/www/resources/views/navigation/breadcrumbs.blade.php) In app/Providers/BreadcrumbsServiceProvider.php ```php

`closure://function (\Tabuna\Breadcrumbs\Trail $trail, \App\Models\Backend\Chamber $chamber) { $trail->parent('admin.chambers.index') ->push(__('Editing :chamber', ['chamber' => $chamber->id]), route('admin.chambers.edit', $chamber)); }:2`

Good Day, Please excuse me if I am wrong, I am still a junior developer. I would like to make note of an issue that I have found and provide...

Component does not seem to registered correctly Doesn't work ``

Hello, I have an error when I try to show route list in command line : ![image](https://user-images.githubusercontent.com/3129858/96353326-2465f800-10cb-11eb-996d-4be9156eea1d.png) All my breadcrumbs are defined in a file in routes/breadcrumbs.php as described in...

Please provide support for passing data from a Laravel controller to `Breadcrumbs::current()` in a Blade template, as `Breadcrumbs::render()` from project https://github.com/davejamesmiller/laravel-breadcrumbs does. It will allow one to avoid calling the...

Hi. I am using a Livewire component ``` namespace App\Livewire\Admin; use Livewire\Component; class Breadcrumbs extends Component { protected $listeners = [ 'refresh-breadcrumbs' => '$refresh', ]; public function render() { return...