Skip to content

Commit ed45932

Browse files
committed
Merge remote-tracking branch 'origin/update/filament_guidelines' into update/filament_guidelines
2 parents dbc3d7b + fc5154c commit ed45932

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.ai/filament/2/core.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
- Resource pages (List, Create, Edit) are auto-generated within the resource structure.
66
- Forms use the `Forms\Components` namespace for form fields.
77
- Tables use the `Tables\Columns` namespace for table columns.
8-
- Admin panel is accessible at `/admin` by default.

.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)