定制 siubie/kaido-kit 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

siubie/kaido-kit

Composer 安装命令:

composer create-project siubie/kaido-kit

包简介

Filament Admin Panel Starter Kit with pre-configured packages and settings

README 文档

README

A powerful and opinionated FilamentPHP starter kit designed to accelerate your admin panel development. Kaido Kit provides a robust foundation with pre-configured plugins, configuration and best practices for building feature-rich admin interfaces.

GitHub stars GitHub forks GitHub issues License PHP Version Laravel Version Filament Version

Introduction Video

Build FilamentPhp Apps 10x Faster | Kaido-Kit Starter Kit (Complete Demo)

✨ Features

🛠️ Developer Experience

  • ⚡ Quick CRUD generation with customized FilamentPHP stubs
    • Optimized UX out of the box
    • No need to modify generated resources
  • 🔄 Auto reload on save for rapid development
  • 📚 Easy API documentation using Scramble
  • 📤 Built-in Export and Import examples in Filament resources

🔐 Authentication & Authorization

  • 🛡️ Role-Based Access Control (RBAC) using Filament Shield
  • 🔑 Enhanced login page with custom design
  • 🌐 Social login with Google via Filament Socialite
  • 👤 User profile management with Filament Breezy
  • 🔒 Instant 2-Factor Authentication capabilities
  • 👥 Simple user-to-role assignment
  • 🎭 User impersonation via Filament Impersonate

📡 API & Integration

  • 🚀 Full API support with Filament API Service
    • Seamlessly integrated with Shield
    • Ready-to-use API endpoints
  • 📨 Email integration using Resend
  • 📝 Auto-generated API documentation

📁 Media & Content Management

⚙️ Configuration & Settings

🚀 Quick Start

  1. Create new project using composer

    composer create-project siubie/kaido-kit
  2. Composer install

    composer install
  3. Npm Install

    npm install
  4. Copy .env

    cp .env.example .env
  5. Generate App Key

    php artisan key:generate
  6. Configure your database in .env

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=kaido_kit
    DB_USERNAME=root
    DB_PASSWORD=
  7. Configure your google sign in cliend id and secret (optional)

    #google auth
    GOOGLE_CLIENT_ID=
    GOOGLE_CLIENT_SECRET=
    GOOGLE_REDIRECT_URI=http://localhost:8000/admin/oauth/callback/google
  8. Configure your resend for email sending (optional)

    #resend
    MAIL_MAILER=resend
    MAIL_HOST=127.0.0.1
    MAIL_PORT=2525
    MAIL_USERNAME=null
    MAIL_PASSWORD=null
    MAIL_ENCRYPTION=null
    RESEND_API_KEY=
    MAIL_FROM_ADDRESS="admin@domain.com"
    MAIL_FROM_NAME="${APP_NAME}"
  9. Migrate your database

    php artisan migrate --seed
  10. Serve the Application

    composer run dev
    
  11. If run successfully you will get this login interface

    image.png

  12. When signed in it will show this (not much yet but it getting there :) )

    image.png

  13. Next step is to setup the RBAC, first generate the role and permission

    php artisan shield:generate --all
  14. It will ask which panel do you want to generate permission/policies for choose the admin panel.

  15. Setup the super admin using this command

    php artisan shield:super-admin

    image.png

  16. Choose your super admin user and login again.

    image.png

Running on Docker with Laravel Sail

  1. Clone the repository
git clone https://github.com/siubie/kaido-kit.git
  1. Copy .env.example to .env
cp .env.example .env
  1. Install dependencies
composer install
  1. Install Laravel Sail
composer require laravel/sail --dev
php artisan sail:install
  1. Run Sail
./vendor/bin/sail up -d
  1. Generate App Key
./vendor/bin/sail artisan key:generate
  1. Run migration
./vendor/bin/sail artisan migrate --seed
  1. Next step is to setup the RBAC, first generate the role and permission
./vendor/bin/sail artisan shield:generate --all
  1. Setup the super admin using this command
./vendor/bin/sail artisan shield:super-admin
  1. Serve the Application
./vendor/bin/sail composer run dev

Security

Set your app Debug to false in .env file

APP_NAME="Kaido-Kit"
APP_ENV=local
APP_KEY=base64:gWUd7RPrCZm6iu7qFddY3039BQLroNHJ0nqKcBr8eeA=
APP_DEBUG=false
APP_TIMEZONE=UTC
APP_URL=https://localhost:8000

🤝 Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

🙏 Acknowledgments

💬 Support

⭐ Show your support

For Indonesian community you can get support and the recording course for how to create this kit here : https://www.dosenngoding.com/courses/8

Give a ⭐️ if this project helped you!

Star History

Star History Chart

siubie/kaido-kit 适用场景与选型建议

siubie/kaido-kit 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5.05k 次下载、GitHub Stars 达 384, 最近一次更新时间为 2025 年 02 月 01 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「framework」 「laravel」 「admin-panel」 「starter-kit」 「filament」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 siubie/kaido-kit 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 siubie/kaido-kit 我们能提供哪些服务?
定制开发 / 二次开发

基于 siubie/kaido-kit 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 5.05k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 384
  • 点击次数: 10
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 384
  • Watchers: 8
  • Forks: 84
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-02-01