gnahotelsolutions/laravel-eloquent-macros

Some handy eloquent macros used in our applications

1.1.0 2022-07-21 11:49 UTC

This package is auto-updated.

Last update: 2024-04-21 15:40:33 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

Logo

This package provides a few of our most used Laravel Eloquent macros that we have to write in almost every project. Feel free to use them in your own apps. More macros could be added in the future.

Installation

You can install the package via composer:

composer require gnahotelsolutions/laravel-eloquent-macros

Usage

// Usage description here

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email dllop@gnahs.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.