consoletvs/support
ConsoleTVs support library
302,583
27
| Install | |
|---|---|
composer require consoletvs/support |
|
| Latest Version: | 3.0.1 |
| PHP: | >=7.0 |
| License: | MIT |
| Last Updated: | May 6, 2021 |
| Links: | GitHub · Packagist |
Maintainer: ErikCampobadal
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.
Related Packages
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707
laravel/serializable-closure
Laravel Serializable Closure provides an easy and secure way to serialize closur...
404,034,618
608
nunomaduro/collision
Cli error handling for console/command-line PHP applications.
384,821,166
4,658