Skip to content

Commit 4d3cec6

Browse files
committed
formatting
1 parent b138b24 commit 4d3cec6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ai/boost/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- You must use this tool to search for Laravel-ecosystem documentation before falling back to other approaches.
2424
- Search the documentation before making code changes to ensure we are taking the correct approach.
2525
- Use multiple, broad, simple, topic based queries to start. For example: `['rate limiting', 'routing rate limiting', 'routing']`.
26-
- Do not add package names to queries, package information is already shared. Use `test resource table`, not `filament 4 test resource table`.
26+
- Do not add package names to queries - package information is already shared. For example, use `test resource table`, not `filament 4 test resource table`.
2727

2828
### Available Search Syntax
2929
- You can and should pass multiple queries at once. The most relevant results will be returned first.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +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's directory, i.e. `app/Filament/Resources/PostResource/Pages/`.
5+
- Resource pages (List, Create, Edit) are auto-generated within the resource's directory - e.g., `app/Filament/Resources/PostResource/Pages/`.
66
- Forms use the `Forms\Components` namespace for form fields.
77
- Tables use the `Tables\Columns` namespace for table columns.
8-
- New RichEditor component available (`Filament\Forms\Components\RichEditor`).
8+
- A new `Filament\Forms\Components\RichEditor` component is available.
99
- Form and table schemas now use fluent method chaining.
1010
- Added `php artisan filament:optimize` command for production optimization.
1111
- Requires implementing `FilamentUser` contract for production access control.

0 commit comments

Comments
 (0)