aplr / lectern
Repository pattern for Laravel
v0.1.0
2020-05-14 21:14 UTC
Requires
- php: ^7.2
- illuminate/database: ^5|^6|^7|^8
- illuminate/pagination: ^5|^6|^7|^8
- illuminate/support: ^5|^6|^7|^8
Requires (Dev)
- graham-campbell/analyzer: ^3.0
- graham-campbell/testbench: ^5.4
- mockery/mockery: ^1.2
- phpro/grumphp: ^0.18.0
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2024-11-15 07:32: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.
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).