Registry / database / xethron-migrations-generator

xethron-migrations-generator

JSON →
library2.0.2phppackagistunverified

Generates Laravel Migrations from an existing database

composer require xethron/migrations-generator
INSTALL
IMPORT
SIG · XETHRON-MIGRATIONS
X
xethron-migrations-generator
databasephpv2.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MigrationsGeneratorServiceProvider
use Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider;

Register the service provider and generate migrations

// Register service provider in config/app.php 'providers' => [ Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider::class, ]; // Then run: php artisan migrate:generate
Debug
Known issues
breakingRequires Laravel 5.5+ and may not work with newer Laravel versions without modifications
fix
Check compatibility with your Laravel version before using
affects: >=2.0.0
Upgrade
Version history
2.0.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
xethron-migrations-generator — pip install xethron-migrations-generator · libregistry