halcyon-laravel-boilerplate / vouchers
Voucher for laravel boilerplate
Package info
bitbucket.org/halcyonlaravel/vouchers
pkg:composer/halcyon-laravel-boilerplate/vouchers
v0.11.0
2023-10-09 06:27 UTC
Requires
- php: ^8.0
- ext-json: *
- halcyon-laravel-boilerplate/helper-functions: ^1.0.2
- laravel/framework: ^8.0|^9.0|^10.0
- lloricode/check-digit: ^3.0.1
- moneyphp/money: ^3.3|^4.1
- spatie/laravel-package-tools: ^1.9
Requires (Dev)
- composer-runtime-api: ^2.2.2
- laravel/pint: ^1.4
- nunomaduro/larastan: ^1.0|^2.4
- orchestra/testbench: ^6.5|^v7.19|^8.0
- pestphp/pest: ^1.20|^2.0
- pestphp/pest-plugin-laravel: ^1.1|^2.0
- rector/rector: ^0.15.19|^0.18.5
- roave/security-advisories: dev-latest
- spatie/laravel-ray: ^1.26
This package is not auto-updated.
Last update: 2026-06-01 19:42:40 UTC
README
Installation
You can install the package via composer:
composer require HalcyonLaravelBoilerplate/vouchers
You can publish and run the migrations with:
php artisan vendor:publish --provider="HalcyonLaravelBoilerplate\Vouchers\VouchersServiceProvider" --tag="migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="HalcyonLaravelBoilerplate\Vouchers\VouchersServiceProvider" --tag="config"
This is the contents of the published config file:
return [
];
Usage
$vouchers = new HalcyonLaravelBoilerplate\Vouchers();
echo $vouchers->echoPhrase('Hello, HalcyonLaravelBoilerplate!');
Testing
vendor/bin/phpunit
Changelog
Please see CHANGELOG for more information on what has changed recently.