2017 © Pedro Peláez
 

library resora

A database access system.

image

railroad/resora

A database access system.

  • Wednesday, July 4, 2018
  • by calebfavor
  • Repository
  • 2 Watchers
  • 0 Stars
  • 706 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 427 % Grown

The README.md

Resora

Compatibility

  • 1.0.* -> Laravel version 5.6.*

Methodology Flow Chart

https://github.com/railroadmedia/resora/blob/master/documentation/flow-charts/data-flow-methodology.jpg, (*1)

Install Instructions

For Use In A Package

  1. Include in your composer.json
"railroad/resora": "1.0.*"
  1. Configure decorators in your packages service provider when required.
config()->set(
    'resora.decorators.my-packages-repository',
    [UserFieldDecorator::class, UserEntityDecorator::class]
);

For User In An Application

The Versions