Automating CRUD generation tool
Effortlessly Generate Laravel CRUD with a Single Command!
Statistics
Total Installations
88
Total Watchers
12
Total Users
10
Total Modules
96
Features
Quick Generation
Generate complete CRUD operations with a single artisan command
Full Stack
Creates models, migrations, controllers, and views interactively
Customizable
Easily customize the generated code to match your needs
Time Saving
Skip the boilerplate and focus on the core functionalities of your web application
Relationship Handlings
Ask for model name for adding relationship with it's type e.g(belongsTo)
Preview Migration File
Ask for previewing the migration and easily update the migration file and then continue
Interactive Prompts
Ask for model names and collect fields names with their data types, and whether they are nullable or not
Automatically Propagates Update
If you edit fields in the migration file, these changes will also be applied to dependent components like the $fillable property in models.