laravel-crud-api
by rizkussef
A clean, scalable Api CRUD package for the Service-based architecture for Laravel with advanced filtering, eager-loading relationships, and automatic resource resolution
laravel-snake-to-camel-case
by rizkussef
A Laravel middleware package to automatically convert API response keys from snake_case to camelCase for frontend compatibility, and optionally convert request keys from camelCase to snake_case
laravel-sql-to-migration
by rizkussef
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.