In this second part of the tutorial we will continue working on Auto CRUD Generator and will expand the the existing code to Generate Add Form and Edit Form completely automatically just by setting some very basic stuff. This is where the magic begins.
GitHub Helper Files Repository: https://github.com/alexlancer/CodeIgn...
In this part of the "Auto CRUD Generator for CodeIgniter 4" tutorial you will learn:
How to create an 'Add' Form
How to create an 'Edit' Form
How to define validation rules
How to define fields to show or hide fields from the forms
How to style your form using 'class' option
Auto CRUD Generator for CodeIgniter 4 is a Library that will auto generate Create/Read/Update/Delete functionality for your CRUD operations, based on the provided options from your Controller.
This project is especially helpful to the back-end developers who deal with Forms and Validations constantly.
Auto CRUD Library for CodeIgniter 4 Repository: https://github.com/alexlancer/Auto-CR...