https://github.com/consoletvs/support
ConsoleTVs support library
https://github.com/consoletvs/support
Last synced: 8 months ago
JSON representation
ConsoleTVs support library
- Host: GitHub
- URL: https://github.com/consoletvs/support
- Owner: ConsoleTVs
- License: mit
- Created: 2017-07-21T14:10:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T21:50:31.000Z (about 5 years ago)
- Last Synced: 2025-10-03T20:13:06.581Z (8 months ago)
- Language: PHP
- Size: 12.2 MB
- Stars: 27
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.