organi / helpers
1.6.0
2022-09-21 07:00 UTC
Requires
- php: ^8.0
- illuminate/bus: ^8.0|^9.0
- illuminate/console: ^8.0|^9.0
- illuminate/contracts: ^8.0|^9.0
- illuminate/database: ^8.0|^9.0
- illuminate/queue: ^8.0|^9.0
- illuminate/support: ^8.0|^9.0
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.8
- orchestra/testbench: ^6.15
- pestphp/pest: ^1.18
- pestphp/pest-plugin-laravel: ^1.1
This package is auto-updated.
Last update: 2026-03-13 12:46:20 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