mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-01 15:09:33 +08:00
docs: dependencies of the packages
This commit is contained in:
@@ -109,7 +109,6 @@ You also need `<x-filament-actions::modals />` which injects the HTML required t
|
||||
- `filament/forms`
|
||||
- `filament/infolists`
|
||||
- `filament/notifications`
|
||||
- `filament/schemas`
|
||||
- `filament/support`
|
||||
|
||||
These packages allow you to use their components within Livewire components.
|
||||
|
||||
@@ -134,8 +134,6 @@ public function create(): void
|
||||
`filament/forms` also includes the following packages:
|
||||
|
||||
- `filament/actions`
|
||||
- `filament/infolists`
|
||||
- `filament/notifications`
|
||||
- `filament/schemas`
|
||||
- `filament/support`
|
||||
|
||||
|
||||
@@ -77,8 +77,6 @@ Finally, render the infolist in the Livewire component's view:
|
||||
`filament/infolists` also includes the following packages:
|
||||
|
||||
- `filament/actions`
|
||||
- `filament/forms`
|
||||
- `filament/notifications`
|
||||
- `filament/schemas`
|
||||
- `filament/support`
|
||||
|
||||
|
||||
@@ -76,8 +76,6 @@ Finally, render the schema in the Livewire component's view:
|
||||
`filament/schemas` also includes the following packages:
|
||||
|
||||
- `filament/actions`
|
||||
- `filament/forms`
|
||||
- `filament/infolists`
|
||||
- `filament/support`
|
||||
|
||||
These packages allow you to use their components within Livewire components.
|
||||
|
||||
@@ -104,9 +104,6 @@ Visit your Livewire component in the browser, and you should see the table.
|
||||
|
||||
- `filament/actions`
|
||||
- `filament/forms`
|
||||
- `filament/infolists`
|
||||
- `filament/notifications`
|
||||
- `filament/schemas`
|
||||
- `filament/support`
|
||||
|
||||
These packages allow you to use their components within Livewire components.
|
||||
|
||||
Reference in New Issue
Block a user