v1.4.0 - Generating ALL CRUD to API REST With Slim FrameWork
With Slim FrameWork to support API REST. Read the database and create the REST APIs
You choose the type of system that Generate:
- FormDin - Web system HTML + JS + CSS
- REST only With Slim FrameWork
- FormDin + REST
Type API Generating
- POST = Insert a new Record
- PUT/ID = Update Record By ID
- GET = Select ALL
- GET/ID = Select By ID
- DELETE/ID = Delete By ID
Main Changes