Libraries tagged by resource-controller
nissicreative/laravel-generators
242 Downloads
Generate resource controllers and views
mostafizurmaruf/bingo-crud
0 Downloads
Scaffold a complete Laravel CRUD stack (model, migration, form request, resource controller, Blade views and route) from a single schema string via `php artisan make:crud`.
lumphp/generator
6 Downloads
generate mvc resource (controller, models, and view).
louiss0/slim-route-registry
15 Downloads
This package allows you to register routes and create resource controllers using attributes php
kaxiluo/swagger-laravel-code-generator
26 Downloads
Automatically generate laravel models, resources, controllers, routes based on swagger documents
jigeshraval/laravel-scope
5 Downloads
Define the scope, Admin or Front, of a Laravel application so that the resources, controllers, and routes can be splitted
jacksunny/customrestful
19 Downloads
custom restful resource controller for laravel
iamgerwin/laravel-api-scaffold
13 Downloads
A Laravel package to scaffold Service layer architecture with API resources, controllers, and tests
foothing/laravel-repository-controller
133 Downloads
Resources controller with Eloquent Laravel Repository implementation.
elalecs/laravel-documenter
12 Downloads
An automated documentation generator for Laravel and Filament projects. It analyzes your project structure, including models, Filament resources, controllers, jobs, events, middlewares, and rules, to create comprehensive Markdown documentation. Ideal for quickly onboarding new developers or maintaining an up-to-date project overview.
design_crystals/base_controller
0 Downloads
Provides the basic functionalities of a resource controller out-of-the-box.
crystoline/laravel-resource
36 Downloads
Setup resource controller quickly
andrazero121/api-resource-typer
26 Downloads
A Laravel package to automatically generate TypeScript interfaces from API Resource Controllers