jeffersongoncalves/nativekitv4
Composer 安装命令:
composer create-project jeffersongoncalves/nativekitv4
包简介
NativeKit starter kit built on Laravel 13.x, Filament 4.x and NativePHP for native desktop applications.
关键字:
README 文档
README
NativeKit Start Kit NativePHP 1.x, Filament 4.x and Laravel 12.x
About NativeKit
NativeKit is a robust starter kit built on Laravel 12.x, Filament 4.x and NativePHP 1.x, designed to accelerate the development of modern desktop applications with a ready-to-use multi-panel structure.
Features
- Laravel 12.x - The latest version of the most elegant PHP framework
- Filament 4.x - Powerful and flexible admin framework
- NativePHP 1.x - Build native desktop applications using PHP
- Multi-Panel Structure - Includes three pre-configured panels:
- Admin Panel (
/admin) - For system administrators - App Panel (
/app) - For authenticated application users - Public Panel (frontend interface) - For visitors
- Admin Panel (
- Environment Configuration - Centralized configuration through the
config/nativekit.phpfile
System Requirements
- PHP 8.3 or higher
- Composer
- Node.js and PNPM
Installation
Clone the repository
laravel new my-app --using=jeffersongoncalves/nativekitv4
Using FilaKit CLI
Or use FilaKit CLI for a simplified setup:
filakit new my-app --kit=jeffersongoncalves/nativekitv4
Install FilaKit CLI:
composer global require jeffersongoncalves/filakit-cli
Easy Installation
NativeKit can be easily installed using the following command:
php install.php
This command automates the installation process by:
- Installing Composer dependencies
- Setting up the environment file
- Generating application key
- Setting up the database
- Running migrations
- Installing Node.js dependencies
- Building assets
Manual Installation
Install JavaScript dependencies
pnpm install
Install Composer dependencies
composer install
Set up environment
cp .env.example .env php artisan key:generate
Configure your database in the .env file
Run migrations
php artisan native:migrate
Run the server
php artisan native:serve
Authentication Structure
NativeKit comes pre-configured with a custom authentication system that supports different types of users:
Admin- For administrative panel accessUser- For application panel access
Development
# Run the development server with logs, queues and asset compilation composer native:dev # Or run each component separately php artisan native:serve pnpm run dev
Customization
Panel Configuration
Panels can be customized through their respective providers:
app/Providers/Filament/AdminPanelProvider.phpapp/Providers/Filament/AppPanelProvider.phpapp/Providers/Filament/PublicPanelProvider.php
Alternatively, these settings are also consolidated in the config/nativekit.php file for easier management.
Themes and Colors
Each panel can have its own color scheme, which can be easily modified in the corresponding Provider files or in the
nativekit.php configuration file.
Configuration File
The config/nativekit.php file centralizes the configuration of the starter kit, including:
- Panel routes
- Middleware for each panel
- Branding options (logo, colors)
- Authentication guards
Resources
NativeKit includes support for:
- User and admin management
- Multi-guard authentication system
- Tailwind CSS integration
- Database queue configuration
- Customizable panel routing and branding
License
This project is licensed under the MIT License.
Credits
Developed by Jefferson Gonçalves.
jeffersongoncalves/nativekitv4 适用场景与选型建议
jeffersongoncalves/nativekitv4 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5 次下载、GitHub Stars 达 3, 最近一次更新时间为 2025 年 09 月 18 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「starter-kit」 「electron」 「tailwindcss」 「livewire」 「filament」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 jeffersongoncalves/nativekitv4 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jeffersongoncalves/nativekitv4 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 jeffersongoncalves/nativekitv4 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Electron wrapper for the NativePHP framework.
Moip integration with Magento 2
Alfabank REST API integration
A Composer package which installs the Electron binary (Linux, Windows, Mac) into `/bin` of your project.
A modern PHP starter kit with MVC.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 25
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-18
