This package contains the useful helper classes for laravel.
You can install the package via composer:
composer require manojkiran/laravelhelpersLaravelHelper currently has the folowing classes . Instructions on how to use them in your own application are linked below.
| Class Name | Namespace |
|---|---|
| StringHelper | Manojkiran\LaravelHelpers\Helpers\StringHelper |
| ArrayHelper | Manojkiran\LaravelHelpers\Helpers\ArrayHelper |
Documentation for the Helpers Classes is under heavy development
Use @ your own risk
The package has not been tested yetPlease see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email manojkiran10031998@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.# laravelhelpers
laravelhelpers is still under heavy development, I decided to ship it in this early stage so you can help me make it better.
Here's the plan for what's coming:
- Add Array helpers class.
- Add Date helpers class
- Add Model helpers class.
- Add Controller helpers class.
- Add Model Scopes trait.
- Add Controllers trait.
- Add tests.