lanciweb/laravel-make-crud
Laravel package that scaffolds full CRUD for a model via php artisan make:crud. Generates model, resource controller, migration, seeder, routes, and Blade views by default; supports Admin prefixes, API mode, and pick-and-choose options (controller, factory, policy, requests, views, etc.).
--api flag).For Executives: "This package cuts the time to build admin interfaces or data management tools by 80%, letting us ship features like user onboarding or product catalogs faster. For example, a custom user dashboard that would take a developer 2–3 days to build manually can be generated in under an hour—freeing up time for higher-value work. It’s a low-risk way to accelerate internal tools or MVP features without sacrificing code quality."
For Engineering: *"Laravel MakeCrud automates the scaffolding for CRUD operations—models, controllers, migrations, routes, and Blade views—so we stop rewriting the same boilerplate. It’s ideal for:
--api for mobile apps or third-party integrations.
Tradeoff: You’ll need to customize Blade templates or logic post-generation, but the initial setup is orders of magnitude faster than writing everything from scratch. Perfect for non-critical or repetitive workflows."*How can I help you explore Laravel packages today?