DEV Community

LaraCP Admin
LaraCP Admin

Posted on

LaraCP Free Laravel CRUD Prototype Generator


Enter fullscreen mode Exit fullscreen mode

Hi Artisans,

I am a freelance FullStack Developer. I had created a free platform named LaraCP.

https://laracp.com

Purpose of this platform is to generate Laravel CRUD Code based on the input provided for

The models,
Model fields
Model field properties and validations and
Model relations.

Image description

It reduces the time for the project which has to be done in Laravel and are supposed to be built from scratch.

It generates:
All Models (Data and multi auth guard models)
All Web + API Controllers (web, api, web-auth, api-auth including all auth guards)
Roles and Permissions for User Model (Super Admin)
CRUD Views for all models (show will be empty you can use it the way you want it has all the data variables associated with it.)
All Form requests (store and update) with all validations specified during configuring models.
All Resource Collections for API endpoint outputs.
All Resource File for API endpoint outputs.
All Factory Files.
All Migrations.
Updated config/app.php with all multi guards.
Updated web/routes.php with all multi guards.
Updated api/routes.php with all multi guards.

Help Videos:
How to create project:
https://www.youtube.com/watch?v=RegoSTo3JFI

How to manage model fields and their properties and valiations:
https://www.youtube.com/watch?v=0bAIRkM_eLM&t=26s

How to Generate Output:
https://www.youtube.com/watch?v=ZkqNQEwOK0Q

I understand the help videos generate are not that professional, but I am working on to make better videos, so to get head started you guys can refer these videos. Will put up better videos soon 👍.

Please explore the platform and let me know how it is. Please share your feedback and suggestions to make it better.

Happy Coding 👍👍

Top comments (0)