This will manage coupon

dev-main 2022-07-05 04:02 UTC

This package is auto-updated.

Last update: 2025-07-05 10:42:21 UTC


README

This package will manage coupons and also create api routes for manage coupons.

Installation

  • composer require manjurulislam/coupon

  • Publish config file using php artisan vendor:publish --tag=coupon-config

    • Set configuration according to system
  • Then run migration create coupon table

    • Run php artisan migrate