Libraries tagged by laravel controller
auto-api/auto-api-scwv
1 Downloads
Laravel Auto API Single Controller Web View This package that you activate first to learn the secrets of the API, you can write one path and one controller then return the view to the web and from the same controller to restore and re-register the json. This package will write one source code for the web and the API at the same time, you do not need to write one source code for the web and another for the API This package saves you from writing the source code because you will write one source code that works on the web and works on applications, all of this with one source code only
mwguerra/crud-artisan
2 Downloads
A Laravel package to generate CRUD controllers and Vue components for Inertia.js
keyur/prikedcd
16 Downloads
A Laravel package to find unused controller functions.
igorkalm/idpcontroller
11 Downloads
Some IDP Controller features integration with Laravel
aruberuto/workflow
66 Downloads
A package to generate model, controllers, helpers... in a laravel environment following the Aruberuto workflow
abevanation/reversify
3 Downloads
Reverse engineer an existing database schema into Laravel migrations, models, services, and controllers
noistudio/artcrud-mongodb
6 Downloads
Laravel library for automatic generation CRUD Controllers ( MONGODB version)
noistudio/artcrud
74 Downloads
Laravel library for automatic generation CRUD Controllers
liyq/apidocs
310 Downloads
根据laravel框架路由及Controller内的代码注释生成api文档并支持调用接口进行调试,支持FormRequest验证的参数读取
kmacute/refine-helper
9 Downloads
A Laravel package that auto-generates Models, Controllers, and Validations, with support for Authentication creation.
kmacute/kalm
8 Downloads
A Laravel package that auto-generates Models, Controllers, and Validations, with support for Authentication creation.
impulse/pulsifier
13 Downloads
A laravel command utility for creating migrations, controllers and routes from model
duoneos/larablend
143 Downloads
Larablend tries to blend the messy controllers and routes of conventional Laravel App into one single CustomRouter and LaraBlend Class
deepaktiwari/php-cmds
6 Downloads
Simple PHP command for generating files following the MVC architecture, similar to Laravel's Artisan command. Easily create models, controllers, and views as per your needs
bethojunior/makeview
228 Downloads
Add command artisan for create complet view(css, js (modules, controllers) and view(blade) ) by Laravel