Libraries tagged by clear controllers
rosamarsky/laravel-command-bus
18656 Downloads
Simple Command Bus for Laravel framework
webographen/statamic-widget-cache-controller
6822 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
2720 Downloads
givanov95/laravel-attachments
247 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.
clean-bandits/single-action-resource-controllers-for-laravel-dingo-api
110 Downloads
ylsalame/laravel-use-cases
110 Downloads
A reusable UseCase pattern implementation for Laravel applications, including a base UseCase, class inference helper, execution context and an extendable controller.
qkskima/api
223 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.
mehedi250/laravel-structure-kit
29 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.
stackmasteraliza/laravel-api-response
56 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.
oooiik/laravel-query-filter
1160 Downloads
A clean, convention-based way to extract Eloquent query filters into dedicated filter classes — keep your controllers and scopes thin.
mkd/laravel-fast-api
8 Downloads
Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.