Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronasit/laravel-helpers


https://github.com/ronasit/laravel-helpers

Last synced: about 22 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Laravel Helpers

[![Coverage Status](https://coveralls.io/repos/github/RonasIT/laravel-helpers/badge.svg?branch=master)](https://coveralls.io/github/RonasIT/laravel-helpers?branch=master)

This plugin provides set of helpers functions, services and traits.

## Installation

### Composer
1. Run `composer require ronasit/laravel-helpers`
1. For Laravel <= 5.5 add `RonasIT\Support\HelpersServiceProvider::class` to config `app.providers` list

## Usage
- [Helper functions][1]
- [Traits][2]
- [Services][3]
- [Iterators][4]

## Migration guids
- [1.1][5]
- [2.0.0][6]
- [2.0.8][7]

[1]:./documentation/helpers.md
[2]:./documentation/traits.md
[3]:./documentation/services.md
[4]:./documentation/iterators.md
[5]:./documentation/migration.md#1.1
[6]:./documentation/migration.md#2.0.0
[7]:./documentation/migration.md#2.0.8