felixdorn / laravel-make-pivot-table
An artisan command to create a pivot table with Laravel.
0.1.1
2021-11-08 17:53 UTC
Requires
- php: ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^v3.0.0
- orchestra/testbench: ^v6.17.1
- pestphp/pest: ^v1
- phpstan/phpstan: ^1
- symfony/var-dumper: ^5.2.0
This package is auto-updated.
Last update: 2024-10-27 13:27:19 UTC
README
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.