shahid / sp-migrations-generator
This package generates migrations for sps and functions from your env db through artisan commands.
Package info
github.com/shahidullahkhankhattak/sp-migrations-generator
pkg:composer/shahid/sp-migrations-generator
1.3
2019-09-23 11:52 UTC
This package is not auto-updated.
Last update: 2026-03-03 18:48:26 UTC
README
This is a laravel package that generates migrations for sps and functions from your database through artisan commands.
- Generates migrations for SP
- Generates migrations for Functions
Installation
This migration generator requires Laravel to work.
require this package through composer using following command
$ composer require shahid/sp-migrations-generator
Next, add the following service providers:
Shahid\SpMigrationsGenerator\SpMigrationsGeneratorServiceProvider::class,
Usage
Run below command to generate migrations.
$ php artisan spmigration:generate
Or Run below command to ignore some table migrations.
$ php artisan spmigration:inserttables