railroad / resora
A database access system.
v3.0.0
2024-08-12 18:22 UTC
Requires
- php: ^8.2
- laravel/framework: ^11.9
Requires (Dev)
- orchestra/testbench: ^9.2
- phpunit/php-code-coverage: ^11.0.1
- phpunit/phpunit: ^11.0.1
This package is auto-updated.
Last update: 2026-03-12 21:47:06 UTC
README
Compatibility
- 1.0.* -> Laravel version 5.6.*
Methodology Flow Chart
Install Instructions
For Use In A Package
- Include in your composer.json
"railroad/resora": "1.0.*"
- Configure decorators in your packages service provider when required.
config()->set( 'resora.decorators.my-packages-repository', [UserFieldDecorator::class, UserEntityDecorator::class] );