envatic/crud-strap

Laravel CRUD Generator

4.1.0 2024-03-25 14:37 UTC

README

Build Status Total Downloads Latest Stable Version License

Advance crud Generator for laravel Generates the following;

Model (plus auto relationships, and  casts)
Form validation ( In controller)
// Form Request comming soon!
Normal (blade) Controller or 
Inertia (vue3) Controller or
Api Controller
Resource
Transformer (Fractal)
Database migration
//Database seeder comming soon
Database factory
Routes
Policy
blade views or
Inertia views (vue3)
// Form 
lang
php enums (when not using db enums)

Requirements

Laravel >= 9.0
PHP >= 8.1

Installation

composer require envatic/crud-strap --dev

Documentation

Go through to the detailed documentation

License

This project is licensed under the MIT License - see the License File for details