Libraries tagged by controller
nightjar/ss-slug
5304 Downloads
Serve DataObjects as pages through an Action on a relation's Controller without referencing the ID
mouf/mvc.splash-common
357053 Downloads
Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller.
michaelb/lumen-make
19494 Downloads
Lumen make adds more make commands to lumen for jobs, controllers, middleware, etc.
lanciweb/laravel-make-crud
1739 Downloads
A Laravel Package that allows creation of Model, Migration, Seeder, Views, Routes and resource controller for CRUD operations.
hananils/kirby-methods-folder
1780 Downloads
Unlike collection and controllers, Kirby only allows for the creation of custom methods via plugins. Methods Folder bridges this gap by automatically registering methods located in site/methods. In additon to all methods types, it also provides a way to register helper functions via a dedicated file.
g4/aura-router
11304 Downloads
The Aura Router package implements web routing; given a URI path and a copy of $_SERVER, it will extract controller, action, and parameter values for a specific route.
ctechhindi/codeigniter-api
1042 Downloads
CodeIgniter API Controller
codebider/generate-crud
88 Downloads
An artisan command to automate the migration,model,resource controller, views and routes
calvient/puddleglum
12267 Downloads
Transform Laravel models, routes, and controllers into a Typescript API client
bvipul/generator
29993 Downloads
To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.
bullhorn/fast-rest
7875 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
ahmedalmory/joda-resources
1238 Downloads
a trait that generates resources methods for controller
themsaid/laravel-routes-publisher
24643 Downloads
A command to replace deprecated Route::controller with explicit routes.
hessam/laravel-blogger
1273 Downloads
Simple blog package (with admin panel) for Laravel. Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.
google/sqlcommenter-laravel
74864 Downloads
SQLCommenter implementation for Laravel. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver, route and opentelemetry traceparent.