lopatin96 / laravel-ui-components
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel UI components
Package info
github.com/lopatin96/laravel-ui-components
Language:Blade
pkg:composer/lopatin96/laravel-ui-components
1.0.37
2025-03-04 20:26 UTC
Requires
- php: >=8.0
Requires (Dev)
- orchestra/testbench: ^8.0
This package is auto-updated.
Last update: 2025-03-15 06:55:01 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"