Documentation Index
Fetch the complete documentation index at: https://filamentphp.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Breadcrumbs Blade component
⌘I
📣 New official plugin released: Custom Dashboards! Create data-driven dashboards using a drag and drop UI.
Documentation Index
Fetch the complete documentation index at: https://filamentphp.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
<x-filament::breadcrumbs :breadcrumbs="[
'/' => 'Home',
'/dashboard' => 'Dashboard',
'/dashboard/users' => 'Users',
'/dashboard/users/create' => 'Create User',
]" />