lyhty / ownership
Lightweight trait and rule for who owns what in your Laravel project.
Installs: 120
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/lyhty/ownership
Requires
- php: ^8.2
- illuminate/database: ^11.0 | ^12.0
- illuminate/support: ^11.0 | ^12.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
README
This package provides a lightweight trait and a validation rule for who owns what in your Laravel project.
Installation
Install the package with Composer:
composer require lyhty/ownership
The package registers itself automatically.
More details coming soon.
License
Lyhty Macros is open-sourced software licensed under the MIT license.