railroad / resora
A database access system.
Installs: 85 700
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
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: 2024-11-12 18:47:50 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] );