manojkiran / laravelhelpers
Helpers for The Laravel
Requires
- php: ^7.1
- illuminate/support: 5.8.*
- phpunit/phpunit: ^7.5
Requires (Dev)
- orchestra/testbench: 3.8.*
README
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.
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.