Skip to content

Commit f2e6fdb

Browse files
authored
Update core.blade.php
1 parent 929a0db commit f2e6fdb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ai/filament/core.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
- Filament is used by this application, check how and where to follow existing application conventions.
33
- Filament is a Server-Driven UI (SDUI) framework for Laravel. It allows developers to define user interfaces in PHP using structured configuration objects. It is built on top of Livewire, Alpine.js, and Tailwind CSS.
44
- You can use the `search-docs` tool to get information from the official Filament documentation when needed. This is very useful for Artisan command arguments, specific code examples, testing functionality, relationship management, and ensuring you're following idiomatic practices.
5-
- Do not use the package name in the query, this project's packages are automatically share
6-
- Use multiple, broad, simple, topic based queries
75
- Utilize static `make()` methods for consistent component initialization.
86

97
### Artisan

0 commit comments

Comments
 (0)