Download the PHP package peltonsolutions/laravel-pivot-table-helper without Composer
On this page you can find all versions of the php package peltonsolutions/laravel-pivot-table-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download peltonsolutions/laravel-pivot-table-helper
More information about peltonsolutions/laravel-pivot-table-helper
Files in peltonsolutions/laravel-pivot-table-helper
Download peltonsolutions/laravel-pivot-table-helper
More information about peltonsolutions/laravel-pivot-table-helper
Files in peltonsolutions/laravel-pivot-table-helper
Vendor peltonsolutions
Package laravel-pivot-table-helper
Short Description A custom package for Laravel to assist with creating BelongsToMany pivot migrations.
License MIT
Homepage https://github.com/peltonsolutions/laravel-pivot-table-helper
Package laravel-pivot-table-helper
Short Description A custom package for Laravel to assist with creating BelongsToMany pivot migrations.
License MIT
Homepage https://github.com/peltonsolutions/laravel-pivot-table-helper
Please rate this library. Is it a good library?
Informations about the package laravel-pivot-table-helper
laravel-pivot-table-helper
Description WIP
Things to add
- allow nullable relationships, when you have multiple
- add morphToMany
- add command to automatically create the migration file from a model/relationship
- If the target table already exists, update the table instead
- Add "down" generation, which determines if the target table only has the two column relationship or not. If it only has these two fields, it will drop the table. If it has more fields, it will remove the column for the relationship column.
Install
You can install the package via composer using the following command:
Usage
Or, you can pass an array of relationships. This assumes it's sharing the same pivot table, and the same parent class
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
License
laravel-pivot-table-helper is open-sourced software. It's licensed under the MIT license, which is a permissive license allowing the software to be used, modified, and shared.
All versions of laravel-pivot-table-helper with dependencies
PHP Build Version
Package Version
The package peltonsolutions/laravel-pivot-table-helper contains the following files
Loading the files please wait ....