maiksimov/discount

Package for using discounts in Laravel 5

0.1.8 2019-07-04 10:33 UTC

This package is auto-updated.

Last update: 2024-05-11 18:59:14 UTC


README

Latest Version on Packagist Software License Total Downloads

Structure

If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.

config/
database/
src/
tests/
vendor/

Install

Via Composer

$ composer require maiksimov/discount

Usage

add this line to your class

use \Maiksimov\Discount\Traits\DiscountTrait;

Security

If you discover any security related issues, please email somov.michail.yur@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.