Skip to content

Commit 2420373

Browse files
authored
guidelines: filament/3: remove duplicate line
1 parent 401d602 commit 2420373

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.ai/filament/3/core.blade.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
- Resources are located in `app/Filament/Resources/` directory.
55
- Resource pages (List, Create, Edit) are auto-generated within the resource structure.
66
- Forms use the `Forms\Components` namespace for form fields.
7-
- New RichEditor component available (`Filament\Forms\Components\RichEditor`) instead of Markdown Editor.
7+
- New RichEditor component available (`Filament\Forms\Components\RichEditor`).
88
- Tables use the `Tables\Columns` namespace for table columns.
9-
- Admin panel accessible at `/admin` by default.
9+
- Admin panel is accessible at `/admin` by default.
1010
- Form and table schemas now use fluent method chaining.
1111
- Added `php artisan filament:optimize` command for production optimization.
1212
- Requires implementing `FilamentUser` contract for production access control.
13-
- New RichEditor component (Filament\Forms\Components\RichEditor) is available,

0 commit comments

Comments
 (0)