Looking to hire Laravel developers? Try LaraJobs

vouchers maintained by halcyon-laravel-boilerplate

Description
Voucher for laravel boilerplate
Last update
2023/10/09 08:27 (dev-master)
License
Downloads
634

Comments
comments powered by Disqus

Voucher for laravel boilerplate

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.