ashriya / coupon
There is no license information available for the latest version (dev-master) of this package.
A powerfull package for coupons
dev-master
2019-11-21 10:59 UTC
This package is auto-updated.
Last update: 2026-03-22 01:38:13 UTC
README
This Package is Under Development
This Package is used to add coupon functionality in Laravel , This will provide you a form to create coupons and List coupons and Edit coupons
Download the Package
Step 1 composer require ashriya/coupon
Step 2 Need to add our new service provider in our root config/app.php inside the providers array
Ashriya\Coupon\CouponServiceProvider::class
Step 3 Run the migration php artisan migrate
To create a Add Coupon link item in menu use {{route('coupon.index')}}
To Create a List Coupon link item in menu use {{route('coupon.create')}}
License
The Package is open-sourced software licensed under the MIT license