tenantcloud/laravel-mixins

A collection of laravel mixins

v3.0.1 2024-03-26 15:37 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.