承接 fastwebmedia/laravel-vouchering 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fastwebmedia/laravel-vouchering

最新稳定版本:2.1.2

Composer 安装命令:

composer require fastwebmedia/laravel-vouchering

包简介

A simple vouchering system for Laravel

README 文档

README

Build Status

A simple voucher package to allow for the generation of unique vouchers across multiple campaigns, packaged up with create, load, redeem, expire, and delete methods.

Installation (Laravel 5)

Here are the steps you need to take to install the package on Laravel 5. Click here for Laravel 4.

Add the package (v2.*) to your composer.json require.

composer require fastwebmedia/laravel-vouchering:2.*

Run composer update.

composer update

Add the service provider to providers array in app.php config.

'Fastwebmedia\LaravelVouchering\LaravelVoucheringServiceProvider'

Now run the publish command to copy up the package migrations for the voucher and campaign tables and then migrate to your hearts content.

vendor:publish
php artisan migrate

All done! You are now ready to set up your first voucher campaign!

Setting up a new Campaign

Setting up a new voucher campaign is made easy using the package's campaign:create artisan command. Simply run in the terminal and follow the prompts.

php artisan campaign:create

Check your database, you should now have a new campaign.

Installation (Laravel 4)

Here are the steps you need to take to install the package on Laravel 4. Click here for Laravel 5.

Add the package (v1.*) to your composer.json require.

composer require fastwebmedia/laravel-vouchering:1.*

Run composer update.

composer update

Add the service provider to providers array in app.php config.

'Fastwebmedia\LaravelVouchering\LaravelVoucheringServiceProvider'

From the terminal run the package migrations.

php artisan migrate --package="fastwebmedia/laravel-vouchering"

All done! You are now ready to set up your first voucher campaign!

Coming Soon...

More documentation to follow, covering all package methods for voucher creation, loading and more...

统计信息

  • 总下载量: 265
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 10
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-25