Witness the "unbelievable" - real AUTO APIs REST CRUD also via proxy
If things like:
auto incrementing via API
auto filtering via API
auto aggregating via API on the resource's & relations' columns
auto streamed JSON Lines response
auto CSV streamed download
auto XLS download with relations in separate sheet (for current page)
auto MVCC DB "select count(*) from table" slow query solution in MySql >= 8
auto prevent DB blocking via API with long running queries for mysql >= 5.7.4 and mariaDB >= 10.1.1
auto composite primary key handling
read-only DTO for model
auto update the one to one relations on resource update
retroactive vulnerability fix for eager loading relations in global scopes
and many more features that you can read about here: https://github.com/macropay-solutions
seem unbelievable at first glance, be my guest and see for your self: https://laravel-crud-wizard.com


Replies
https://marius-ciclistu.medium.com/optimizing-route-middlewares-for-maravel-rest-wizard-proxy-decorator-effab0d023da
https://marius-ciclistu.medium.com/api-increment-decrement-concurrently-with-maravel-rest-wizard-cc3153ab9e98
Now that I made this, I would not creare APIs in any other way. This is for APIs as Laravel is for PHP.