peltonsolutions/laravel-ownerable
Composer 安装命令:
composer require peltonsolutions/laravel-ownerable
包简介
A custom package for Laravel to make it easier to attach and require classes to belong to a tenant.
README 文档
README
Laravel Ownerable, developed by Pelton Solutions, can be used to help make certain classes owned by other classes. For example, in a tenant system, where a BlogPost might be owned by an Account. It automatically assigns the owner and requires the owner when the owned class is queried.
Install
You can install the package via composer using the following command:
composer require peltonsolutions/laravel-ownerable
Testing
To ensure that laravel-ownerable is functioning correctly, you can run the package's tests using:
composer test
Security
If you discover any security-related issues, please email security@peltonsolutions.com instead of using the issue tracker.
Credits
License
laravel-ownerable is open-sourced software. It's licensed under the MIT license, which is a permissive license allowing the software to be used, modified, and shared.
统计信息
- 总下载量: 39
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-25