๐ผ Package for easily attaching ownerships to Laravel eloquent models
yuges-code/laravel-ownable is a Laravel package for ๐ผ package for easily attaching ownerships to laravel eloquent models.
It currently has 2 GitHub stars and 5 downloads on Packagist (latest version 1.0.4).
Install it with composer require yuges-code/laravel-ownable.
Discover more Laravel packages by yuges-code
or browse all Laravel packages to compare alternatives.
Last updated
You can install the package via composer:
composer require yuges-code/laravel-ownable
Publishing the config file (config/ownable.php) is optional:
php artisan vendor:publish --provider="Yuges\Ownable\Providers\OwnableServiceProvider" --tag="ownable-configs"
You need to publish the migration to create the ownerships table:
php artisan vendor:publish --provider="Yuges\Ownable\Providers\OwnableServiceProvider" --tag="ownable-migrations"
After that, you need to run migrations:
php artisan migrate
To run tests, run the following command:
composer test
The MIT License (MIT). Please see License File for more information.
Created in 2025 by: