aplr/lectern

Repository pattern for Laravel

v0.1.0 2020-05-14 21:14 UTC

This package is auto-updated.

Last update: 2024-04-15 06:09:42 UTC


README

The lectern package provides you with classes and interfaces which help you with abstracting the data layer of your laravel application by embracing the repository pattern.

Packagist Version GitHub Workflow Status PHP from Packagist GitHub license

Installation

To install the latest version of aplr/lectern just require it using composer.

composer require aplr/lectern

This package is using Laravel's package auto-discovery, so it doesn't require you to manually add the ServiceProvider. If you've opted out of this feature, add the ServiceProvider to the providers array in config/app.php:

Aplr\Lectern\ServiceProvider::class,

Usage

TODO, dig through the code for now

Licence

Lectern is licenced under The MIT Licence (MIT).