Libraries tagged by laravel migrate
paulohsilvestre/generatorforlaravel
8 Downloads
Module response for converting an exported MySql Workbench diagram into routes, classes, Controllers, Services, Validators, migrations to be used within a Laravel project
noouh/auto-model
13 Downloads
A Laravel package to auto-generate models and migrations from table definitions.
your-vendor/import-commands
0 Downloads
A Laravel package for generating and running import commands as migrations.
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.
sevenspan/code-generator
17 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.
rubrasum/velocity-forms
11 Downloads
Basic form management package for front-facing forms on the Inertia/Vue stack for Laravel. Install to add the vue components for admin and the forms themselves, migrations models controllers factories seeders unittests and dusk tests for the forms and all subtables, and routes for user submission and admin pages. The goal for development is to be able to seemlessly add form management to your Laravel site's admin quickly while remaining an open-ended solution with predictable early stage design choices (i.e. hold on tight). Development is here -> "Can install on any project" ->- "Can seed and display an example on any project" -- "Can integrate Unit and Dusk tests on any project" --
nooqta/larifriqiya
48 Downloads
A Laravel command that helps generate your models and migrations from a json file created with ifriqiya generator
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.
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.
iamgeor.ge/schema-generator
19 Downloads
A Laravel package for generating database schemas, models, and migrations through a Filament admin panel
flarex/flarex
1 Downloads
A blazing fast Laravel code generator. FlareX helps you quickly scaffold models, controllers, migrations, and more - built to ignite your Laravel development.
fibers/rocket
5 Downloads
Laravel development tool for rapid app development with smart model, migration, controller and views scaffolding.
dhavalrajput/code-generator
3 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.
blogufy/core
0 Downloads
This is the core of the blogufy project/application without CRUD implementation but comes with all the necessary backend logic and settings such as models. migrations, services, helper functions, etc. Built on Laravel.
ayat/crud
6 Downloads
This specialized Laravel package streamlines the process of building comprehensive CRUD operations by providing functionalities such as effortless view file generation, controller setup, model creation, seamless validation file integration, automated migration file creation, and simplified route establishment.