muazzam/filament-pro-starter
Composer 安装命令:
composer create-project muazzam/filament-pro-starter
包简介
A professional Laravel + Filament starter kit with Shield, 2FA, Passkeys, and pre-configured admin setup.
README 文档
README
A professional Laravel + Filament starter kit preconfigured with authentication, roles, permissions, and modern developer tooling — so you can start building admin panels in minutes instead of hours.
🚀 Quick Start
composer create-project muazzam/filament-pro-starter myapp cd myapp php artisan key:generate php artisan migrate npm install && npm run dev php artisan serve
Visit your new app at 👉 http://localhost:8000
⚙️ Preconfigured Packages
| Package | Description |
|---|---|
| filament/filament | Core Filament admin panel |
| bezhansalleh/filament-shield | Roles & permissions made simple |
| stechstudio/filament-impersonate | Login as any user |
| joaopaulolndev/filament-edit-profile | Editable user profile in Filament |
| stephenjude/filament-two-factor-authentication | Secure 2FA integration |
| spatie/laravel-passkeys | WebAuthn passkey authentication |
All configured and ready to go out of the box 🧙♂️
🧠 Key Features
✅ Laravel 12 + Filament 4.1
✅ Role & Permission System (Shield)
✅ Two-Factor Authentication (2FA)
✅ Passkey Authentication Support
✅ User Impersonation
✅ Edit Profile Page
✅ Preconfigured Build System (Vite + Tailwind)
✅ Dev Script for Instant Startup
🧰 Available Commands
| Command | Purpose |
|---|---|
composer setup |
Runs install, migrations, and npm build automatically |
composer dev |
Starts Laravel, Vite, and queue listener concurrently |
composer test |
Runs all tests |
php artisan migrate |
Migrates database |
php artisan serve |
Starts the local server |
🧪 Development Workflow
You can use the included concurrent dev script for a full local environment:
composer dev
This will run:
- 🟢 Laravel server (
php artisan serve) - 🟡 Queue listener
- 🔵 Vite build (hot reload)
Perfect for rapid Filament development.
🧩 Project Structure
.
├── app/
│ ├── Filament/ # Your Filament Resources
│ ├── Http/
│ └── Models/
├── database/
│ ├── migrations/
│ └── seeders/
├── public/
├── resources/
│ ├── views/
│ ├── css/
│ └── js/
├── routes/
│ ├── web.php
│ └── api.php
└── composer.json
🛠️ Requirements
- PHP ≥ 8.2
- Composer ≥ 2.6
- Node.js ≥ 18
- MySQL or SQLite
📦 Deployment Ready
This starter includes:
- 🧾 Optimized autoloading
- ⚙️ Production build scripts
- 🔑 Security best practices
- 🐳 Laravel Sail support (Docker ready)
🪄 Example Setup Script
🪄 Example Setup Script (with Filament Shield)
After running your migrations, simply execute:
Run this to generate permissions and policies
php artisan shield:generate --all
Then generate a super user
php artisan shield:super-admin
You’ll be guided through a short setup:
Enter the name, email, and password for your super admin.
Shield will automatically:
Create the Super Admin role
Assign all permissions
Link the new user to that role
When done, you can log in at /admin using those credentials 🎉
Then visit /admin and log in 🎉
🧰 Optional Tools
If you’d like to extend this starter:
| Package | Adds |
|---|---|
spatie/laravel-activitylog |
User activity tracking |
filament/forms + filament/tables |
Advanced Filament components |
livewire/livewire |
Reactive UI support |
🤝 Contributing
Pull requests are welcome!
If you plan major changes, please open an issue first to discuss what you’d like to add.
📄 License
This project is open-sourced software licensed under the MIT license.
✨ Credits
Built with ❤️ by Muazzam Khan
Powered by Laravel + Filament
muazzam/filament-pro-starter 适用场景与选型建议
muazzam/filament-pro-starter 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 32 次下载、GitHub Stars 达 5, 最近一次更新时间为 2025 年 10 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「admin」 「boilerplate」 「laravel」 「starter」 「shield」 「filament」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 muazzam/filament-pro-starter 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 muazzam/filament-pro-starter 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 muazzam/filament-pro-starter 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
2lenet/EasyAdminPlusBundle
PHP class to extend when building a WordPress plugin allowing you to follow smart plugin setup standards.
Anax htmlform module.
Analysis module for finding problematical shop data.
Laravel 5.7 Boilerplate based on Bootstrap 4 and Tabler for Backend.
WordPress Plugin Framework
统计信息
- 总下载量: 32
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 24
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-19