Packages from rizkussef
-
PHP
rizkussef/laravel-core-crud
A clean, scalable Core CRUD architecture for Laravel with advanced filtering, eager-loading relationships, and automatic resource resolution
-
PHP
rizkussef/laravel-snake-to-camel-case
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
-
PHP
rizkussef/laravel-sql-to-migration
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.