Libraries tagged by laravel controller
hasnainali9/laravel-blog
8 Downloads
Simple blog package (with admin panel) for Laravel (6.x and 7.x). 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.
eventhomes/laravel-fractalhelper
88719 Downloads
Compatible with Laravel 5+ and Lumen 5+.
erickcomp/laravel-breadcrumbs-attributes
193 Downloads
Provides breadcrumbs to controller methods using PHP Attributes
emgs/admin-emgs-laravel
1030 Downloads
Base: Front-End (Styles, CSS, JS) - Back-End (Controllers, migrations)
ecreeth/laravel-resource-view
299 Downloads
Generates the structure of views of a resource, its model and its controller
dezsidog/laravel-change-way
32 Downloads
change the dispatched controller by header
developernaren/laravel-crud
28 Downloads
Package to create controller, models, migrations, requests and views
cednore/boom-controller
7 Downloads
Booming server control interface for Laravel
bukankalengkaleng/laravel-entity
66 Downloads
Generate an entity along with their artefacts (Model, Controller, Migration, Form Request, Tests, Factory, Policy)
axitbv/laravel-blueprint-streamlined-test-addon
674 Downloads
Swap Blueprint's TestGenerator with my own *too fancy* and *too specific*, *streamlined* tests for API Resource Controllers
armandsar/laravel-quick-view
270 Downloads
Quickly render view from controller without typing file names
architools/laravel-sieve
9 Downloads
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
ferdinandfrank/laravel-file-generator
20 Downloads
An easy extension of the Artisan make commands to modify the command's stubs and to generate fully implemented php files.
desmart/laravel-layout
613 Downloads
Simple page structure controller for Laravel4
raza9798/core-modules
20 Downloads
core-module is a Laravel package that streamlines modular development by organizing models, controllers, migrations, and policies under a clean namespace like Core/. It simplifies scaffolding and improves code separation for better project structure.