Overview:
Cruddiy is a free PHP Bootstrap CRUD generator tool designed for creating simple PHP Bootstrap 4 CRUD pages with search, pagination, and foreign key support. It is a no-code tool that can generate CRUD pages for Create, Read, Update, and Delete operations.
Features:
- No-Code Tool: Easily generate PHP Bootstrap CRUD pages without the need for manual coding.
- Foreign Key Support: Supports foreign keys for establishing relationships between tables.
- PHP 8+ Compatibility: Recommended for optimal performance.
- InnoDB Table Requirement: Requires the use of InnoDB table type for foreign key support.
- String and Integer Primary Keys: Capable of handling both string and integer primary keys.
- Database Connection: Allows users to input database connection information for generating CRUD pages.
- Customizable CRUD Pages: Users can select specific tables, define readable names, and choose visible columns for CRUD pages.