Libraries tagged by laravel controller
dam1r89/proto-generator
265 Downloads
Laravel 5 prototyping tool. Creates files based on the templates. It comes with template for views, model, migration and controllers.
ceddyg/clara-entity-generator
510 Downloads
Repository to generate a CRUD system (Controller, model, repository, view using bootstrap, and more) scanning the shema of the database.
caligrafy/caligrafy-quill
123 Downloads
PHP + VueJS MVC framework
beanmoss/annotroute
425 Downloads
Allows you to use Route annotations on your controllers.
awalko/api-guard
52 Downloads
A simple way of authenticating your APIs with API keys using Laravel
webdevetc/contactetc
1207 Downloads
Simple contact form to quickly add to your laravel project. Fully customisable, includes all views, routes and controllers. Also includes anti-spam (with recaptcha). You can also have multiple contact forms on one Laravel site.
rinvex/support
18754 Downloads
Rinvex support contains common helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
avelpress/avelpress
14 Downloads
AvelPress is a framework for creating WordPress plugins based on Laravel. It includes support for database (Laravel Eloquent), Controllers, Validator, Routes, and more.
thiagoprz/crud-tools
386 Downloads
Easy to use Laravel CRUD package with Controller, Model and Log system built in
syntech/dashboard
69 Downloads
A Laravel package to create custom controllers with associated resources
lokat/lb-domain-maker
533 Downloads
Create domain model/controller/migration for laravel-boilerplate by rappasoft
arwp/mvc
339 Downloads
For building Model-View-Controller (MVC) pattern in laravel
sehrgut/laravel5-api
6515 Downloads
A modular controller for exposing your Laravel 5 Eloquent models as a REST API.
noistudio/artcrud
81 Downloads
Laravel library for automatic generation CRUD Controllers
liyq/apidocs
314 Downloads
根据laravel框架路由及Controller内的代码注释生成api文档并支持调用接口进行调试,支持FormRequest验证的参数读取