lopatin96/laravel-ui-components

Laravel UI 组件

1.0.13 2024-09-22 18:24 UTC

This package is auto-updated.

Last update: 2024-09-22 18:24:35 UTC


README

面包屑

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

发布

查看

php artisan vendor:publish --tag="laravel-ui-components-views"