lyhty / ownership
Lightweight trait and rule for who owns what in your Laravel project.
v0.4.0
2024-09-21 19:30 UTC
Requires
- php: ^7.4 | ^8.0 | ^8.2
- illuminate/database: ^8.0 || ^9.0 || ^10.0 || ^11.0
- illuminate/support: ^8.0 || ^9.0 || ^10.0 || ^11.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.