stboris/filament-outbox
Configurable notification channels (Discord, Slack, generic webhook) for Laravel, with a Filament v5 admin panel on top.
时间:2026-07-11 12:43
capell-app/admin
CMS Laravel Website using Filament Admin.
时间:2026-07-11 12:38
capell-app/capell
A content-management layer for Laravel, built on Filament — pages, multi-site, multi-language, media, and clean extension points, with a frontend that stays yours.
时间:2026-07-11 12:38
raise-studio/import
The simplest and most complete CSV/Excel import plugin for Filament. Supports Filament 4 & 5.
时间:2026-07-11 05:01
prodstarter/filament-notification-center
Extend Filament's notification drawer with customizable tabs and notification categories for a cleaner, more organized user experience
时间:2026-07-10 14:04
cetria/laravel-timezone-serialization
Laravel trait for timezone-aware Eloquent model date serialization.
时间:2026-07-10 11:10
madbox-99/laravel-google-reviews
Fetch and display Google Places reviews in Laravel and Filament apps.
时间:2026-07-10 09:26
muzorix/ai-blog-engine
Laravel AI blog engine: discover topics, generate articles in queued chunks, humanize and fact-check content, optimize for SEO/AEO/GEO, create FAQs and images, manage internal links and duplicates, and run the full workflow from a Filament admin panel.
时间:2026-07-10 04:25
jeffersongoncalves/filament-newsletter
Filament admin UI for composing, scheduling, and sending newsletters to subscriber email groups.
时间:2026-07-10 03:44
builtbyberry/laravel-swarm-filament
Free, read-only Filament observability panel for Laravel Swarm — inspect swarm runs, steps, durable state, memory, streaming, and audit health from your app's Filament panel.
时间:2026-07-10 02:25
genai/validation
Attribute-based validation compiled to a reflection-free validator. Put #[NotBlank]/#[Email]/#[Length]/#[Pattern]/#[Matches] on a #[Validate] form class; a build-time processor bakes the rules into Cache\Validation. At runtime, validate a populated form object -> a field=>error map, no reflection. P
时间:2026-07-10 01:35
genai/sql-mapper
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\<Name> implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a
时间:2026-07-10 01:34
genai/property
Compile-time config (.env / .ini) binder: compiles #[Property] classes into a container fragment so config resolves as DI beans. Runtime is PHP 5.3.29.
时间:2026-07-10 01:31
genai/openapi
Generates an OpenAPI 3 document at build time from your #[RestController] routes, request-body Forms/DTOs and validation constraints — baked into a reflection-free Cache\OpenApi — and ships a controller that serves /openapi.json and a Swagger UI page at /docs. PHP 5.3-safe at runtime.
时间:2026-07-10 01:30
genai/messaging
Provider-agnostic messaging front (the third twin of genai/web and genai/console): the Producer/Consumer/MessageEvent contracts, a #[MessageHandler] attribute, a build-time MessageHandlerProcessor that compiles consumers.php, and a PHP 5.3-safe Worker runner that dispatches to handler beans. Ships N
时间:2026-07-10 01:29