承接 iquesters/masterdata 相关项目开发

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

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

iquesters/masterdata

最新稳定版本:v1.0.3

Composer 安装命令:

composer require iquesters/masterdata

包简介

Reusable Master Data module for Laravel projects

README 文档

README

A reusable Master Data Management package for Laravel.
It provides models, migrations, controllers, routes, and seeders for handling key–value based master data with meta support.

🚀 Installation

  1. Require the package via Composer:

    composer require iquesters/masterdata
  2. Run the migrations to add the master data related tables to your database:

    php artisan migrate

🔐 Authentication & Permissions

This package is built to work with Spatie Laravel Permission for role and permission management.
To use it, your Laravel project must have authentication and Spatie Role Permissions set up.

  • The user must have the role: super-admin

  • The user must also have the following permissions:

    • manage-meta
    • create-master_data
    • edit-master_data
    • view-master_data
    • delete-master_data

Without these roles and permissions, access to the Master Data module will be restricted.

📖 Features

  • Key–value based master data handling
  • Meta support for additional attributes
  • Pre-built models, controllers, routes, and seeders
  • Simple integration with any Laravel project
  • Permission-based access control

🤝 Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

📜 License

MIT

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-08-20