Articulate
- Laravel: 8.*
- PHP: 8.*
- License: MIT
- Author: Ollie Read
- Author Homepage: https://ollie.codes
Articulate is an alternative ORM for Laravel based on Eloquent, but making use of the data mapper design pattern, rather than active record.
Internally it makes use of several other design patterns, including but not limited to;
This package was created as part of an ongoing stream series which can be watched here.
Table of Contents
Installing
To install this package simply run the following command.
composer require olliecodes/articulate
This package uses auto-discovery to register the service provider but if you'd rather do it manually, the service provider is:
OllieCodes\Articulate\ServiceProvider
Usage
To be written.
How
To be written.
Why
To be written.