Libraries tagged by php artisan migration generator
timwassenburg/laravel-pivot-table-generator
25383 Downloads
Quickly generate pivot tables for your projects
rizkussef/laravel-sql-to-migration
348 Downloads
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.
nahid-ferdous/laravel-module-generator
3414 Downloads
Speeds up Laravel development by automating repetitive tasks. This package helps to generate module files (service, controller, model, migration, resource, request, collection) from YAML file.
mehedi250/laravel-structure-kit
28 Downloads
Laravel scaffolding package with a browser UI and Artisan command — generates Model, Controller, Migration, Service Pattern (interface + implementation), and Repository Pattern (interface + implementation) with correct namespaces.
nirajkhadka/laravel-module-generator
12 Downloads
A Laravel package that generates complete CRUD modules with controllers, services, actions, DTOs, form requests, models, and migrations using artisan commands.
raviyatechnical/laravel-pivot-table-generator
2 Downloads
Quickly generate pivot tables for your projects
mostafizurmaruf/bingo-crud
0 Downloads
Scaffold a complete Laravel CRUD stack (model, migration, form request, resource controller, Blade views and route) from a single schema string via `php artisan make:crud`.
rajtechnologies/laravel-tools
145 Downloads
All Type of Base Tools to Helping Development and Repository Generator
mr.incognito/crudify
288 Downloads
This package is for handling the crud for simple crud like for setup etc.
mont4/laravelmaker
136 Downloads
php artisan make:all for Laravel with Make and generate Laravel 'Controller, Request, Model, Factory, Seed, Migration, Translation, Policy & Permissions' compatible.