Libraries tagged by Request Models
titon/mvc
144 Downloads
The Titon MVC package adds support for the Model-View-Controller paradigm by packaging the external Model, View, Controller and Route packages into a single package. This single MVC package has full application support.
njuhel/swagger-validator
1907 Downloads
A Swagger Validation and Parser as lib for PHP to secure and helpful application for request / response validating, security stage, testunit skeleton, testauto generation, ... This lib can be used into any existing application who's having a swagger definition file for request/response (no framework dependancies or included).
cortex/statistics
304 Downloads
Cortex Statistics is a frontend layer for lightweight, yet detailed package for tracking and recording user visits across your Laravel application. With only one simple query per request, important data is being stored, and later a cronjob crush numbers to extract meaningful stories from within the haystack.
shehroz/crud-generator
31 Downloads
Laravel package to generate full CRUD (controllers, models, requests, repositories, policies, migrations, seeders, and Tailwind views) with repository pattern, role-based policies, and optional API routes.
rabibgalib/api-action
28 Downloads
This packages will help to create APIs with Controller, Request, Traits, Model, Migration, Action Classes, Helper Class.
windawake/laravelremodel
33 Downloads
Create remote driver to convert remote api request into laravel model.
shakib53626/laravel-crud-generator
6 Downloads
A Laravel package to generate CRUD scaffold (Migration, Model, Controller, Requests, Resource) with one command.
developernaren/laravel-crud
28 Downloads
Package to create controller, models, migrations, requests and views
byfallcode/byfall-crud
17 Downloads
Laravel API CRUD generator (models, repositories, requests, controllers, resources, factories, seeders, Postman collections)
fector/harvest
1176 Downloads
A simple library that provide modify Model by request query
zuqongtech/laravel-anvil
14 Downloads
Full Laravel project scaffolding via live database introspection — models, controllers, form requests, services, repositories, gates, API routes, factories, seeders, migrations, events, observers, policies, and feature tests generated from your connected database.
princenoman/laravel-rocket
3 Downloads
A Laravel package to generate multiple models, migrations, controllers, requests, factories, and seeders in one command.
zgldh/laravel-query-filter
13 Downloads
An easier way to filter Eloquent and Models. Save you from Request::input and Where hell.
bukankalengkaleng/laravel-entity
66 Downloads
Generate an entity along with their artefacts (Model, Controller, Migration, Form Request, Tests, Factory, Policy)
tgozo/laravel-codegen
185 Downloads
A Laravel Code Generator to help you get started with a lot of staff including generating Migrations, Models, Controllers, Factories, Routes, Views, Database Seeders and Request Validation Rules.