lopatin96/laravel-ui-components

Laravel UI components

1.0.10 2024-04-03 23:55 UTC

This package is auto-updated.

Last update: 2024-05-04 00:13:41 UTC


README

Breadcrumbs

<x-laravel-breadcrumbs::breadcrumbs :breadcrumbs="[
    [
        'title' => __('Go dashboard'),
        'route' => 'dashboard',
    ],
    [
        'title' => __('Edit') . ': <b>#' . $link->hash . '</b>',
    ]
]"
/>

Publishing

Views

php artisan vendor:publish --tag="laravel-breadcrumbs-views"