iidestiny / support
ConsoleTVs support library
Installs: 156
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/iidestiny/support
Requires
- php: >=7.0
- ext-bcmath: *
- illuminate/support: 5.*|^6.0
- intervention/image: ^2.4
This package is auto-updated.
Last update: 2025-10-18 22:51:56 UTC
README
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.