LaravelPackages.net
Acme Inc.
Toggle sidebar
felixdorn/laravel-make-pivot-table

An artisan command to create a pivot table with Laravel.

925
11
0.1.1
About felixdorn/laravel-make-pivot-table

felixdorn/laravel-make-pivot-table is a Laravel package for an artisan command to create a pivot table with laravel.. It currently has 11 GitHub stars and 925 downloads on Packagist (latest version 0.1.1). Install it with composer require felixdorn/laravel-make-pivot-table. Discover more Laravel packages by felixdorn or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart