PHP Package: fico7489/laravel-pivot

Laravel package for advanced pivot table handling in Eloquent ORM with user-defined model attributes.

Current Version: 3.0.10
Last Updated: 2023-02-06
PHP Requirement: >=7.4
Dependencies:
illuminate/database
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Pivot provides a comprehensive solution for customizing pivot tables in Eloquent ORM, allowing users to define additional attributes and behaviors beyond the basic functionality.

🔗 View on GitHub

Download Latest Version: 3.0.10

Download Download v3.0.10

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/fico7489/laravel-pivot/3.0.10/loader.php';
require_once 'libs/illuminate/database/12.33.0/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';

use Fico7489\LaravelPivot\Pivot;

$obj = new Pivot();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.