tenantcloud/laravel-mixins

A collection of laravel mixins

v3.2.1 2024-09-12 14:51 UTC

README

Laravel mixins collection.

Installation

In your composer.json, add this repository:

"repositories": [
    {
        "type": "git",
        "url": "https://github.com/tenantcloud/laravel-mixins"
    }
],

Then do composer require tenantcloud/laravel-mixins to install the package.