पेज · Laravilt
Table API
REST API generation
Auto-generated REST API for tables.
Enable API
php
API Columns
php
API Response
json
API Methods
| Method | Endpoint |
|---|---|
list() | GET /api/users |
show() | GET /api/users/{id} |
create() | POST /api/users |
update() | PUT /api/users/{id} |
delete() | DELETE /api/users/{id} |