Libraries tagged by clear controllers
rosamarsky/laravel-command-bus
18199 Downloads
Simple Command Bus for Laravel framework
webographen/statamic-widget-cache-controller
6581 Downloads
Clear Statamic's caches from the control panel
pentium10/yii-clear-filters-gridview
220 Downloads
This yii extension helps you to clear remembered filter values on GridViews, by using the additional top right image.
dannyrios81/yii-clear-filters-gridview-fork
62 Downloads
This yii extension helps you to clear remembered filter values on GridViews, by using the additional top right image.
rosamarsky/symfony-validator
6 Downloads
Simple annotation validator for Symfony framework
edupham/laravel-command-bus
4 Downloads
Simple Command Bus for Laravel framework
clean-bandits/single-action-resource-controllers-for-laravel
2492 Downloads
qkskima/api
165 Downloads
A lightweight TYPO3 API middleware providing a clean, Extbase-free way to define REST-style endpoints under /api/* paths. Includes CSRF protection, frontend authentication support, and allows endpoint access from Fluid without plugins or TypoScript. Ideal for lean SPA-like applications, HTML-over-the-wire workflows, or lightweight headless-style integrations without a frontend build pipeline.
clean-bandits/single-action-resource-controllers-for-laravel-dingo-api
110 Downloads
eduardaleal/laravel-clean-flow
28 Downloads
Biblioteca para geração de arquitetura limpa (Controller -> Service -> Repository) no Laravel.
ylsalame/laravel-use-cases
72 Downloads
A reusable UseCase pattern implementation for Laravel applications, including a base UseCase, class inference helper, execution context and an extendable controller.
mehedi250/laravel-structure-kit
28 Downloads
Laravel scaffolding package with a browser UI and Artisan command — generates Model, Controller, Migration, Service Pattern (interface + implementation), and Repository Pattern (interface + implementation) with correct namespaces.
givanov95/laravel-attachments
6 Downloads
Polymorphic file & image attachments for Laravel: HasImages / HasFiles traits, Image / File models with URL accessor, drag-drop reorder routes, UploadHelper for clean controller code.
imade/datatable-model
195 Downloads
A dedicated class (model) to configure Chumper's Datatable package for Laravel (https://github.com/Chumper/Datatable) to keep your controllers as clean as possible.
stackmasteraliza/laravel-api-response
52 Downloads
A clean, fluent, and consistent API response builder for Laravel 10/11/12. Features standardized JSON responses, automatic pagination metadata, built-in exception handling, validation error formatting, and a convenient trait for controllers.