For AI agents: visit https://laravel-love.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
These docs are for v8. Click to read the latest docs for v9.Implementation Highlights
- Designed to work with Laravel Eloquent models.
- Strict typed code.
- Using Null Object design pattern instead of
null values.
- Non extendable classes declared as final.
- Using contracts to keep high customization capabilities.
- Using traits to get functionality out of the box.
- Throws only custom exceptions with
LoveThrowable interface.
- Using Facade design pattern to expose simpler API.
- Using database foreign keys to keep data integrity.
- All database tables have
love_ prefix.
- Covered with PHPUnit tests.