File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments