Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronasit/laravel-helpers
https://github.com/ronasit/laravel-helpers
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronasit/laravel-helpers
- Owner: RonasIT
- Created: 2017-06-20T11:26:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T06:33:56.000Z (1 day ago)
- Last Synced: 2024-11-13T07:29:49.095Z (1 day ago)
- Language: PHP
- Size: 1.21 MB
- Stars: 11
- Watchers: 4
- Forks: 14
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
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