You can install the package via composer:
composer require digitalequation/helpersAfter the installation is complete, from your project's root run:
php artisan helpers:installThis will publish all the config file for the package.
Available commands:
NOTE: passing --force to the command will overwrite the already published config file.
# Publish the config file
php artisan helpers:configcomposer testPlease see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email robert.chiribuc@thebug.ro instead of using the issue tracker.