hjbdev/laravel-engine

Laravel form generation based on models

0.0.2 2023-10-19 10:38 UTC

This package is auto-updated.

Last update: 2024-05-19 12:04:48 UTC


README

Laravel Engine Banner

Laravel Engine

Documentation

Supercharging your forms.

Declare the fields in your model, have the backend handle conditional logic, validation and form structure. All you have to do is loop through and display some fields. Let Engine handle the rest.

Designed to be used with reactive JS frameworks.

Why?

The amount of times I've spun up a new project, only to be faced with a few hours of getting the boring, basic CRUD operations out of the way is more than I can count. It kinda sucks.

Originally I got the idea from seeing the documentation to Laravel Nova and its beautiful syntax for declaring fields.

Then, I got a bit carried away and wanted to see if I could get the frontend to live update the form's structure, based on validation from the backend.

The live update layer is completely optional. You're free to do an initial load to retrieve the structure and just use that.