Download the PHP package thereline/crudmaster without Composer
On this page you can find all versions of the php package thereline/crudmaster. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thereline/crudmaster
More information about thereline/crudmaster
Files in thereline/crudmaster
Package crudmaster
Short Description A laravel package for easy CRUD generation. Generate models, repositories, services, controllers, and views effortlessly with customizable options for Blade or Vue.
License MIT
Homepage https://github.com/thereline/crudmaster
Informations about the package crudmaster
CrudMaster for Laravel ๐ง ๐ ๏ธ
CrudMaster by Elcomware is a premium Laravel package that helps you scaffold professional, scalable, and modern CRUD systems in minutes. It supports full-stack development โ from clean API endpoints to dynamic frontend-ready scaffolding for Inertia.js or Blade-based apps.
๐ Features
- โ๏ธ Instant CRUD generation (Model, Migration, Controller, Request, Policy, Routes)
- ๐จ Supports Blade or Inertia (Vue) UI stacks
- ๐งฉ JSON API-ready controllers with clean unified response
- ๐งฑ Custom stub system for flexible scaffolding
- ๐ Auto-register routes, views, and assets
- โ Unified response helpers (Success, Error, Validation)
- ๐งช Built-in test support & publishable config/assets
- ๐ฆ Laravel 10+ and 12+ ready
๐ฆ Installation
๐ง If using Laravel < 5.5, manually register the service provider:
๐ Publish Assets
โก Quick Start
Generate CRUD for a resource (e.g. Post
):
Options:
Option | Description |
---|---|
--inertia |
Generate Inertia + Vue scaffolding |
--api |
API-only controller |
--ui=blade |
Choose blade , inertia , or none |
--fields=name:string,email:string,age:integer |
Scaffold with fields |
--force |
Overwrite existing files |
๐ Response System
CrudMaster includes an intelligent response engine:
๐ง Automatically detects:
- API (returns JSON)
- Inertia (returns Inertia::render)
- Blade (returns view or redirect)
โ๏ธ Config (config/crudmaster.php
)
๐งช Testing
CrudMaster is ready for automated testing via Pest or PHPUnit.
๐ Folder Structure Overview
๐ License
CrudMaster is open-source software licensed under the MIT license.
๐ฌ Support & Contributions
Need help? Found a bug? Want to contribute?
- Submit issues or PRs via GitHub
- Commercial/custom feature support: [email protected]
Your CRUD. Your Stack. Your Control โ with CrudMaster by Elcomware.
All versions of crudmaster with dependencies
illuminate/contracts Version ^10.0||^11.0
inertiajs/inertia-laravel Version ^1.3
laravel/prompts Version ^0.3.2
spatie/laravel-package-tools Version ^1.16