lopatin96/laravel-ui-components

Laravel UI components

1.0.32 2024-12-17 23:41 UTC

README

To use some components (e.g. popover) you should to install preline (instruction for Laravel framework https://preline.co/docs/frameworks-laravel.html).

Components

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-ui-components-views"