This will manage coupon

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/manjurulislam/coupon

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

This package is auto-updated.

Last update: 2025-11-05 11:26:47 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