fibers/rocket
Fibers Rocket adds developer-friendly Artisan commands to quickly scaffold common Laravel parts—models, controllers, migrations, views, layouts, routes, and more. Templates follow Laravel conventions, are easy to customize, and commands are context-aware to auto-fill boilerplate.
php artisan fibers:make:pivot <Model> <Model>
Pivot command will create a pivot table, connection two model. It runs migration command internally.
| Parameter | Description |
|---|---|
model |
Model title(s) used in table creation |
| Command | Description |
|---|---|
--column=* |
Additional pivot table columns |
How can I help you explore Laravel packages today?