halcyon-laravel-boilerplate / vouchers
Voucher for laravel boilerplate
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
- dev-master / 0.x-dev
- v0.11.0
- v0.11.0-beta.2
- v0.11.0-beta.1
- v0.11.0-alpha.8
- v0.11.0-alpha.7
- v0.11.0-alpha.6
- v0.11.0-alpha.5
- v0.11.0-alpha.4
- v0.11.0-alpha.3
- v0.11.0-alpha.2
- v0.11.0-alpha
- v0.10.1
- v0.10.0
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.3
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.3
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.4
- v0.5.3
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.1
- v0.3.0
- v0.2.0
- v0.1.0
- 0.0.3
- v0.0.2
- 0.0.1
- dev-feature/incompatible-with
- dev-task/write-docs
This package is not auto-updated.
Last update: 2024-11-04 11:44:15 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.