Skip to content

Commit da6e98a

Browse files
authored
Update core.blade.php
1 parent 280b61b commit da6e98a

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
@@ -2,11 +2,10 @@
22

33
## Version 3 Changes To Focus On
44
- Resources are located in `app/Filament/Resources/` directory.
5-
- Resource pages (List, Create, Edit) are auto-generated within the resource structure.
5+
- Resource pages (List, Create, Edit) are auto-generated within the resource's directory, i.e. `app/Filament/Resources/PostResource/Pages/`.
66
- Forms use the `Forms\Components` namespace for form fields.
7-
- New RichEditor component available (`Filament\Forms\Components\RichEditor`).
87
- Tables use the `Tables\Columns` namespace for table columns.
9-
- Admin panel is accessible at `/admin` by default.
8+
- New RichEditor component available (`Filament\Forms\Components\RichEditor`).
109
- Form and table schemas now use fluent method chaining.
1110
- Added `php artisan filament:optimize` command for production optimization.
1211
- Requires implementing `FilamentUser` contract for production access control.

0 commit comments

Comments
 (0)