Looking to hire Laravel developers? Try LaraJobs

laravel-make-pivot-table maintained by felixdorn

Description
An artisan command to create a pivot table with Laravel.
Author
Last update
2022/01/27 08:34 (dev-master)
License
Links
Downloads
905

Comments
comments powered by Disqus

make:pivot for Laravel

Tests Formats Version Total Downloads License

Installation

Requires PHP 8.0.0+

You can install the package via composer:

composer require felixdorn/laravel-make-pivot-table

Usage

php artisan make:pivot [first_table] [second_table]

You don't have to put them in alphabetical order necessarily as we sort them anyway.

Testing

composer test

laravel-make-pivot-table was created by Félix Dorn under the MIT license.