Libraries tagged by laravel controller
laravel/fortify
53054408 Downloads
Backend controllers and scaffolding for Laravel authentication.
lorisleiva/laravel-actions
8998247 Downloads
Laravel components that take care of one specific task
rakutentech/laravel-request-docs
1322501 Downloads
Automatically generate Laravel docs from request rules, controllers and routes
watson/active
3790384 Downloads
Laravel helper for recognising the current route, controller and action
binshops/laravel-blog
52191 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.
mopo922/laravel-treats
487927 Downloads
A collection of goodies for Laravel 5.
rinvex/laravel-support
893686 Downloads
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
crestapps/laravel-code-generator
96521 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
phpsa/laravel-api-controller
81183 Downloads
A laravel api base controller with basic CRUD mapped to the model
lesichkovm/laravel-advanced-route
148188 Downloads
Advanced route class for Laravel - restoring implicit controllers to the framework.
imanghafoori/laravel-terminator
54005 Downloads
A minimal yet powerful package to give you opportunity to refactor your controllers.
fadion/validator-assistant
119001 Downloads
Decouple validation from Laravel controllers with ValidatorAssistant
chrisbjr/api-guard
376501 Downloads
A simple way of authenticating your APIs with API keys using Laravel
digitaldream/laracrud
22183 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command
itsdamien/laravel-api-controller
95163 Downloads
Simplified API controller, inspired by Jeffrey Way. Compatible with Laravel 5+ and Lumen 5+.