You can install the package via composer:
composer require organi/helpers
You can publish and run the migrations with:
php artisan vendor:publish --provider="Organi\Helpers\HelpersServiceProvider" --tag="helpers-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="Organi\Helpers\HelpersServiceProvider" --tag="helpers-config"
This is the contents of the published config file:
return [
];
composer test