Libraries tagged by Model View Controller
bigeweb/framework
41 Downloads
This MVC framework provides a structured approach to developing web applications by separating the application's concerns into three distinct components: model, view, and controller. This separation of concerns promotes code organization, maintainability, and scalability, making it easier to manage and extend the application over time
sonypradana/php-mvc
97 Downloads
Very light php mvc, include cli easyer to creat controller view and model quikly
samyoteroglez/larawesomecrud
310 Downloads
CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is based on kEpEx/laravel-crud-generator from Alfredo Aguirre ([email protected]).
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.
cahyadsn/ci-gen
0 Downloads
Codeigniter-3 Gen is a PHP CLI script that allows you to write controllers, models and views faster
phpcasts/yaf-console
199 Downloads
make controller,model,plugin,view by this tool
grazulex/laravel-turbomaker
9 Downloads
Laravel TurboMaker is a productivity-focused package designed to supercharge your Laravel development workflow. With a single command, you can scaffold complete modules (models, migrations, controllers, routes, tests, views, and more) following best practices. It saves hours of repetitive setup work, so you can focus on building features faster.
matheus-carvalho/crud-generator
141 Downloads
Generate a CRUD with Model, Controller, routes, FormRequest and views based on given Migration.
developernaren/laravel-crud
28 Downloads
Package to create controller, models, migrations, requests and views
stalkdeveloper/laravel-crud-generator
3 Downloads
Laravel CRUD generator package for API and Web with customizable Artisan command and built-in support for models, controllers, form validation, API resources and Blade views.
khomsiadam/stacksync
17 Downloads
StackSync is a fullstack PHP mini framework, with an MVC structure, custom API system with a Middleware and JWT authentication, components based views, flexible routing, PSR4 autoloading. Essential files generation (migrations, seeders, controllers and models) and other operations can be executed through custom commands.
elnebuloso/flex-view
909 Downloads
Working with the 'View' portion of the model-view-controller pattern
siklusit/laravel-make-controller-view
4 Downloads
A Laravel package to create controllers, views, models, migrations, and requests easily.
symfony-util/controller-model-using-http-foundation-po-interface
583 Downloads
Controller model calling action model and view model
phpgram/mvc
3007 Downloads
A php mvc framework build on top of phpgram