kseven/filamentpanel
Composer 安装命令:
composer create-project kseven/filamentpanel
包简介
A comprehensive Laravel Filament 3 💡 starter kit with pre-installed plugins, admin panel, user management, SEO tools, theme customization, and content management for rapid application development
关键字:
README 文档
README
A starting point to create your next Filament 3 💡 app. With pre-installed plugins, pre-configured, and custom page. So you don't start all over again.
✨ Features
-
🛡️ User & Access Management
- Filament Shield for comprehensive role-based access control
- 👥 Multiple user roles with granular permissions
- 🔐 Secure authentication workflows
-
👤 Profile & User Experience
- 👨🏻🦱 Customizable profile page from Filament Breezy
- 🌙 Dark/light mode switching
- 🎭 Personalized user dashboard
-
🎨 Theme & UI Customization
- 🖼️ Theme settings for panel colors and layout preferences
- 🧩 Modular design for easy extension
- 🎚️ Responsive interface for all devices
-
🌐 Content Management
- 📝 Blog module with categories and tags
- 🖼️ Banner management system
- 📅 Event scheduling capabilities
-
📊 Media Management
- 🌌 Complete media library with Filament Spatie Media
- 🖼️ Image optimization and thumbnails
- 📂 Easy upload and organization
-
🌍 Localization & Translation
- 🅻 Powerful Lang Generator tool
- 🔄 Automated translation capabilities
- 🌐 Multi-language support for global applications
-
📧 Email & Notifications
- 💌 Configure mail settings on the fly
- 📨 Customizable email templates
- 🔔 User notification system
-
🔧 System Configuration
- ⚙️ Frontend web settings (Site Name, Scripts, etc.)
- 📝 Log viewer and error tracking
- 🧰 Developer-friendly tools
-
🔍 SEO & Analytics
- 🔎 Comprehensive SEO settings and optimization
- 📈 Laravel Trend integration for data visualization
- 📊 Traffic and user analytics
-
🛠️ Developer Experience
- ⚡ Optimized performance out of the box
- 📝 Code editor integration
- 🧪 Testing tools and infrastructure
Latest update
Version: v1.18.0
- Front Site implementation with home and blog pages
- Updated Contact Us page
- Enhanced menu builder and configuration
- Improved email templates
- New middleware and log channels
- Updated security headers service
- Various styling and component improvements
- Site settings logo functionality
- Multiple UI/UX enhancements
Getting Started
Create project with this composer command:
composer create-project kseven/filamentpanel
Setup your project easily using the one of setup scripts:
php bin/setup.php
Or manually:
Setup your env:
cd filamentpanel
cp .env.example .env
Run migration & seeder:
php artisan migrate php artisan db:seed
or
php artisan migrate:fresh --seed
Run Permissions & Policies:
php artisan shield:generate --all
One Liner:
php artisan migrate && php artisan db:seed && php artisan shield:generate --all
Generate key:
php artisan key:generate
Storage Link:
php artisan storage:link
Install dependencies:
npm install
Build :
npm run dev OR npm run build
Start development server:
php artisan serve
Now you can access with /admin path, using:
email: superadmin@starter-kit.com password: superadmin
Performance
It's recommend to run below command as suggested in Filament Documentation for improving panel perfomance.
php artisan icons:cache
Please see this Improving Filament panel performance documentation for further improvement
Language Generator
This project include lang generator.
php artisan superduper:lang-translate [from] [to]
Generator will look up files inside folder [from]. Get all variables inside the file; create a file and translate using translate.googleapis.com.
This is what the translation process looks like.
❯ php artisan superduper:lang-translate en fr es 🔔 Translate to 'fr' 3/3 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% -- ✅ 🔔 Translate to 'es' 1/3 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33% -- 🔄 Processing: page.php
Usage example
- Single output
php artisan superduper:lang-translate en fr
- Multiple output
php artisan superduper:lang-translate en es ar fr pt-PT pt-BR zh-CN zh-TW
If you are using json translation
php artisan superduper:lang-translate en fr --json
Plugins
These are Filament Plugins use for this project.
Plugins Recommendation
Other recommendations for your starter, in my personal opinion:
- Rupadana - API Resources : Generate API for your Resources.
- Bezhan Salleh - Language Switch : Zero config Language Switcher plugin for Filament Panels.
- Kenepa - Resource Lock : Resource locking when other user begins editing a resource.
- Ralph J. Smit - Components : A collection of handy components.
- Tapp Network - Laravel Auditing : Resource locking when other user begins editing a resource.
- Shuvro Roy - Spatie Laravel Health : Health monitoring for Filament.
License
Filament Starter is provided under the MIT License.
If you discover a bug, please open an issue.
kseven/filamentpanel 适用场景与选型建议
kseven/filamentpanel 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1 次下载、GitHub Stars 达 1, 最近一次更新时间为 2025 年 05 月 25 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「User management」 「Media management」 「cms」 「seo」 「laravel」 「dashboard」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 kseven/filamentpanel 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 kseven/filamentpanel 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 kseven/filamentpanel 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Simple Sharing generates social media share links within CP entry pages, allowing you to quickly & easily share entries.
Laravel Media Popup to upload/view the files
A Silverstripe module to allow you to log into any of your Silverstripe sites from one place.
Task system for APPUI
Standalone replacement for php's native get_browser() function
Asset Manager Laravel package for Gigcodes UI Library
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 27
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-05-25