You can install the package via composer:
composer require digitalequation/helpers
After the installation is complete, from your project's root run:
php artisan helpers:install
This 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:config
composer test
Please 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.