shahid / sp-migrations-generator
This package generates migrations for sps and functions from your env db through artisan commands.
Installs: 4 054
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/shahid/sp-migrations-generator
This package is not auto-updated.
Last update: 2025-12-23 18:04:18 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