organi/helpers

1.6.0 2022-09-21 07:00 UTC

This package is auto-updated.

Last update: 2024-04-22 15:53:00 UTC


README

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 [
];

Testing

composer test