consoletvs/support

ConsoleTVs support library

3.0.1 2021-05-06 21:50 UTC

This package is auto-updated.

Last update: 2024-04-07 03:50:12 UTC


README

687474703a2f2f692e696d6775722e636f6d2f646d646878526c2e706e67

Support - ConsoleTVs support library

Description

Support is the library I use in my latest projects and packages to make things easy. It features helper functions that can be used at any time.

Installation

composer require consoletvs/support

Register the service provider to the current project (Not needed if using laravel 5.5+):

ConsoleTVs\Support\SupportServiceProvider::class

Publish the configuration:

php artisan vendor:publish

Usage

No docs are currently provided. If you want to know what functions are available just check the traits. They are organized by categories.