Libraries tagged by migration core
utkarshgayguwal/laravel-smart-scaffold
9 Downloads
Generate complete Laravel CRUD operations with a single command, including models, controllers with actual code having error handling, migrations, requests, factories, resources, and routes - ready for immediate API testing in Postman
siklusit/laravel-make-controller-view
4 Downloads
A Laravel package to create controllers, views, models, migrations, and requests easily.
nooqta/larifriqiya
48 Downloads
A Laravel command that helps generate your models and migrations from a json file created with ifriqiya generator
lexide/reposition-phinx
11 Downloads
A module for Lexide Reposition that creates Phinx SQL database migrations from entity metadata
silktide/reposition-phinx
223 Downloads
A module for silktide/reposition that creates Phinx SQL database migrations from entity metadata
sufiyan/crud-generator
11 Downloads
A laravel package to create a CRUD functionality for any module. This will create a Route, Controller, Model, Migration, and Blade files.
schnittstabil/dartisan
59 Downloads
Create and run Illuminate\Database migration scripts
mgroups/laravel-crud
151 Downloads
Create Laravel CRUD files include migration and controller with model fillables
jay-patel/service-repository
3 Downloads
A package for implementing the repository pattern in Laravel applications, providing a structured approach to data access and manipulation. It creates service, repository, interfaces and migration and model.
finally-a-fast/fafcms-updater
629 Downloads
Yii2 Extension for creating update scripts like a migration.
schickling/laravel-schema-summary
25 Downloads
Creates a summary file of all migrations
emad/contact-us-package
4 Downloads
This Package use create form contact us with [ blade , migrations , config Email to receive all contact request ] ,when you need receive any date on your admin email from website or system
yorsh/laravel-crudmaker
2 Downloads
Create controllers and views the an model from migrations files
yevhenii/laravel-entity
0 Downloads
This package add useful commands to Laravel project, commands like creating repository, and creating all in one time controller, model, repository, migration
wishborn/upgrades
9 Downloads
A system to manage data/code upgrades during deployments, similar to database migrations