承接 3rgotech/laravel-filament-starter-kit 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

3rgotech/laravel-filament-starter-kit

Composer 安装命令:

composer create-project 3rgotech/laravel-filament-starter-kit

包简介

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

README 文档

README

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

Preview: Dark Mode:

📦 Installation

You need the Laravel Installer if it is not yet installed.

composer global require laravel/installer

Now you can create a new project using the Laravel Filament Starter Kit.

laravel new test-kit --using=3rgotech/laravel-filament-starter-kit

⚙️ Setup

1️⃣ Database Configuration

By default, this starter kit uses SQLite. If you’re okay with this, you can skip this step. If you prefer MySQL, follow these steps:

  • Update your database credentials in .env
  • Run migrations: php artisan migrate
  • (Optional) delete the existing database file: rm database/database.sqlite

2️⃣ Create Filament Admin User

php artisan make:filament-user

3️⃣ Assign Super Admin Role

php artisan shield:super-admin --user=1 --panel=admin

4️⃣ Generate Permissions

php artisan shield:generate --all --ignore-existing-policies --panel=admin

5️⃣ Create settings Update app/Settings/GeneralSettings.php and database/settings/2023_01_01_000000_create_general_settings.php

🄻Laravel Include

🌟Panel Include

  • Breezy My Profile page.
  • Themes Themes for Filament panels. Setup for user mode.
  • Shield Access management to your Filament Panel's Resources, Pages & Widgets through spatie/laravel-permission.
  • Settings Integrates Spatie/Laravel-settings into Filament.
  • Logger Extensible activity logger for filament that works out-of-the-box.
  • Laravel Log Log reading plugin for Filament

🧑‍💻Development Include

This kit includes Laravel Pint for automatic PHP code styling and structured PHPDoc generation for your models. After running migrations, execute the following command to update model documentation:

php artisan ide-helper:models -W && ./vendor/bin/pint app

The composer check script runs tests, PHPStan, Pint, and translation-checker for code quality assurance:

composer check

📜 License

This project is open-source and licensed under the MIT License.

💡 Contributing

We welcome contributions! Feel free to open issues, submit PRs, or suggest improvements.

🚀 Happy Coding with Laravel & Filament! 🎉

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-07-11