Download the PHP package josezenem/laravel-make-migration-pivot without Composer
On this page you can find all versions of the php package josezenem/laravel-make-migration-pivot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download josezenem/laravel-make-migration-pivot
More information about josezenem/laravel-make-migration-pivot
Files in josezenem/laravel-make-migration-pivot
Package laravel-make-migration-pivot
Short Description Make Laravel pivot tables using the new Laravel 9 closure migrations.
License MIT
Homepage https://github.com/josezenem/laravel-make-migration-pivot
Informations about the package laravel-make-migration-pivot
Make Laravel Pivot Tables using the new Laravel 9 closure migration format
This will allow you to create pivot table migration files using the new Laravel 9 closure migration format by simply passing two models. Under the hood the system will inspect the two models to generate the pivot table and foreign key names.
Will generate the following migration
Installation
You can install the package via composer:
Usage
Optionally, you can publish the stubs using
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Jose Jimenez
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-make-migration-pivot with dependencies
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^9.0|^10.0|^11.0|^12.0