Libraries tagged by reuseable controller
lolaji/laravel-controller-trait
189 Downloads
A reuseable controller trait for laravel controller
abydahana/aksara
1175 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!
ceedcv-maya/shared-http-laravel
911 Downloads
Reusable HTTP utilities for Laravel APIs: standardized JSON response envelope, health endpoint, app metadata controller, exception handler, accent-fold search support.
travisghansen/kubernetes-controller-php
319 Downloads
reusable Kubernetes controller base
ngos/admin-core
233 Downloads
Reusable admin CRUD core (config-driven controllers/services, Route::crud macro, resource generator) for Laravel + Bootstrap 5, with a custom branded admin theme.
micro-module/rest-bundle
1812 Downloads
Reusable REST API infrastructure bundle: API versioning, base controllers, DTO mapping, JSON path filtering, event listeners, CSRF protection, and pagination/HATEOAS traits
azyouness/request-to-form-bundle
7 Downloads
Map HTTP request payloads to Symfony forms from controller attributes or a reusable mapper service.
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.
vkr/controller-delegation-bundle
14 Downloads
A bundle for Symfony2/3 that allows to use Delegation pattern while constructing other reusable bundles
kareemtarek/crud-pack
59 Downloads
A comprehensive full-stack CRUD scaffolding framework layer built on a reusable Laravel CRUD generator → Controllers (Web/API), FormRequests (validation), Models, Migrations, Policies (multiple auth styles), Views (Blades), Routes (Web/API), Postman collection (from API routes).
milenmk/laravel-livewire-crud
32 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.
sirserik/admin-core
12 Downloads
Headless admin panel core for META University sites (Inertia + Vue 3 + Tiptap). Provides base Inertia controllers, Resource API, block library, and reusable Vue components.
snype/api-response
3 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.
hafizmmoaz/laravel-rest-api
2 Downloads
A minimal, reusable REST API toolkit for Laravel: consistent JSON responses, a typed exception hierarchy, and base API model/controller.
curly-deni/laravel-scopes
20 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.