Download the PHP package iquesters/masterdata without Composer
On this page you can find all versions of the php package iquesters/masterdata. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download iquesters/masterdata
More information about iquesters/masterdata
Files in iquesters/masterdata
Package masterdata
Short Description Reusable Master Data module for Laravel projects
License MIT
Informations about the package masterdata
Laravel Master Data Package – Iquesters 
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
-
Require the package via Composer:
- Run the migrations to add the master data related tables to your database:
🔐 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