Libraries tagged by laravel controller
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.
klimis/cachemiddleware
461 Downloads
Cache Laravel controllers' response
thiagoprz/crud-tools
384 Downloads
Easy to use Laravel CRUD package with Controller, Model and Log system built in
lokat/lb-domain-maker
511 Downloads
Create domain model/controller/migration for laravel-boilerplate by rappasoft
arwp/mvc
286 Downloads
For building Model-View-Controller (MVC) pattern in laravel
sehrgut/laravel5-api
6514 Downloads
A modular controller for exposing your Laravel 5 Eloquent models as a REST API.
liyq/apidocs
304 Downloads
根据laravel框架路由及Controller内的代码注释生成api文档并支持调用接口进行调试,支持FormRequest验证的参数读取
juhlinus/inertia-vue
109 Downloads
A laravel frontend command to turn your Controllers code to Vue Views
smarttechtank/larastarter
10 Downloads
A Laravel starter package with role-based authentication, API controllers, and more
sevenspan/code-generator
6 Downloads
A Laravel package with a web interface to easily create full CRUD APIs — like models, controllers, migrations, services, traits, notifications, policies, and more. Built using Laravel and Livewire.
mruganshi/code-generator
7 Downloads
A Laravel package with a web interface to easily create full CRUD APIs — like models, controllers, migrations, services, traits, notifications, policies, and more. Built using Laravel and Livewire.
devamirul/p-router
40 Downloads
Simple, lightweight, and powerful PHP Router with rich features like Middlewares and Controllers is a simple and useful router class. Heavily inspired by the way Laravel handles routing.
dancycodes/flashhalt
4 Downloads
FlashHALT eliminates route definition overhead for HTMX applications, enabling direct controller method access through intuitive URL conventions - delivering 10x faster development velocity while maintaining Laravel's architectural integrity.
baberuka/systemroles
10 Downloads
SystemRoles is a Laravel Role Management package designed to simplify user role and permission management within Laravel applications. It provides a structured approach for defining roles, assigning rights to each role (e.g., edit, delete, approve), linking roles to users, and mapping roles to controllers for precise access control.
yudhees/laravel-vue-controller
14 Downloads
To Access Laravel Controller Inside a vue file