Libraries tagged by reuseable controller
lolaji/laravel-controller-trait
51 Downloads
A reuseable controller trait for laravel controller
abydahana/aksara
1114 Downloads
Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!
travisghansen/kubernetes-controller-php
265 Downloads
reusable Kubernetes controller base
vkr/controller-delegation-bundle
13 Downloads
A bundle for Symfony2/3 that allows to use Delegation pattern while constructing other reusable bundles
milenmk/laravel-livewire-crud
25 Downloads
A reusable CRUD package for Laravel controllers and Livewire components, designed to simplify and standardize common database operations(create, read, update, delete), reduce boilerplate code, and support bulk actions.
snype/api-response
2 Downloads
A lightweight Laravel package for consistent and elegant JSON API responses. Simplify your controllers with ApiResponse::success() and ApiResponse::error() methods for structured and reusable response formats.
curly-deni/laravel-scopes
7 Downloads
A set of reusable Eloquent global scopes for controlling model visibility based on user ownership and public/private status, designed for seamless integration with Laravel authorization policies.