railroad/resora

A database access system.
90,261
Install
composer require railroad/resora
Latest Version:v3.0.0
PHP:^8.2
License:MIT
Last Updated:Aug 12, 2024
Links: GitHub  ·  Packagist
Maintainer: calebfavor

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

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

Related Packages

spatie/laravel-backup

A Laravel package to backup your application

27,233,552 6,021
laravel-doctrine/migrations

Doctrine Migrations for Laravel

2,986,498 78
laravel/database

Get Laravel database for your non laravel projects. Built on top of illuminate/d...

36,276 90
lrezek/neo4laravel

Hire voice OGM provider and facade for Laravel.

161 18