two-thirds / eloquent-traits
1.5.4
2020-02-01 20:20 UTC
Requires
- php: >=7.1.3
- doctrine/dbal: ^2
- guzzlehttp/guzzle: ^6.2
- illuminate/database: 5.*|6.*
- illuminate/support: 5.*|6.*
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.14
- mockery/mockery: ^1.1
- orchestra/testbench: ^4.0
- phpmd/phpmd: ^2.8
- phpunit/phpunit: ~8.0
- two-thirds/artisan-anywhere: ^1.2
- two-thirds/laravel-test-suite: ^4.1
Suggests
- anthonymartin/geo-location: Required to use geoLocation trait with a SqlLite database
README
Laravel Eloquent Traits
This is a collection of traits that you can add to your Laravel Eloquent models to extend the standard functionality. Add one or all of them as you see fit.
Installation
Composer
Laravel Eloquent Traits can be installed through composer:
composer require two-thirds/eloquent-traits