manojkiran/laravelhelpers

1.0.9 2019-04-16 05:26 UTC

This package is auto-updated.

Last update: 2024-04-13 23:31:05 UTC


README

Packagist License Latest Stable Version Total Downloads Laravel5.8 Author Latest Unstable Version

This package contains the useful helper classes for laravel.

Installation

You can install the package via composer:

composer require manojkiran/laravelhelpers

HelperClasses Namespaces

LaravelHelper 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

Usage

Documentation for the Helpers Classes is under heavy development

Use @ your own risk

Testing

The package has not been tested yet

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email manojkiran10031998@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.# laravelhelpers

Road map

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.