miran/mksine 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

miran/mksine

Composer 安装命令:

composer require miran/mksine

包简介

Laravel + Filament CMS foundation with plugins, themes, hooks, and media.

README 文档

README

Development status This package is under active development. Use in production only after thorough testing.

MKSine is a Laravel + Filament 4 CMS foundation: content, themes, plugins, hooks, menus, media, and a visual page builder.

This file is a short entry point. The canonical developer documentation lives under docs/ and is structured to power a future static documentation site without restructuring.

Developer documentation (canonical)

The full sidebar lives in docs/_nav.yml. Quick links:

Section Start here
Getting started IntroductionInstallationQuickstart
Plugin guides Plugin golden path
Hook guides Two families overview
Theme guides Creating a theme
Geo Global geo system
Reference Commands, Configuration, Contracts, API stability
Operations Deployment and hosting, Troubleshooting, Validation checklist
Project meta Versioning, Upgrade guide, SLO

Architecture decisions: docs/adr/

Historical monolith (single long README, kept until its sections are fully extracted): docs/archive/README-v1-monolithic.md.

Features (summary)

  • Plugin system (mks-plugin:*), hook system (mks:discover), themes, page builder, menus, media, settings, global geo (countries/states/cities, mks:geo:import), Filament Shield permissions.

Requirements

  • PHP 8.2+ (composer.json: ^8.2).
  • Laravel 11+ compatible with Filament 4.
  • MySQL 5.7+, PostgreSQL 10+, or SQLite 3.8+.

Quick install

composer require miran/mksine
php artisan filament:install --panels

Register the plugin in app/Providers/Filament/AdminPanelProvider.php:

use Miran\Mksine\MksinePlugin;

public function panel(Panel $panel): Panel
{
    return $panel->plugins([
        MksinePlugin::make(),
    ]);
}

Then finish setup:

php artisan mksine:install --migrate
php artisan mksine:create-super-admin

mksine:install --migrate publishes assets, migrates, clears caches, runs shield:generate, mks:discover, and filament:assets when the admin panel has MksinePlugin registered.

Full install steps and verification: docs/01-installation.md.

License

See LICENSE.md.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-06-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固