PHPackages                             bagisto/bagisto-reward-points - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bagisto/bagisto-reward-points

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bagisto/bagisto-reward-points
=============================

Allows the admin to create reward at the back-end.

92.2k↓50%8[3 issues](https://github.com/bagisto/bagisto-reward-points/issues)PHP

Since Aug 23Pushed 1y ago2 watchersCompare

[ Source](https://github.com/bagisto/bagisto-reward-points)[ Packagist](https://packagist.org/packages/bagisto/bagisto-reward-points)[ RSS](/packages/bagisto-bagisto-reward-points/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
============

[](#introduction)

Bagisto Reward System allows the admin to create reward at the back-end. It packs in lots of demanding features that allows your business to scale in no time:

- Admin can add Attributes rewards.
- Admin can add Category rewards.
- Admin can add Product rewards.
- Admin can add Cart rewards.
- Reward are calculated based on Attribute/Category/Product/Cart.
- Admin can view all the users and all the reward based on order.

Requirements:
-------------

[](#requirements)

- **Bagisto**: v1.3.2.

Installation :
--------------

[](#installation-)

- Run the following command

```
composer require bagisto/bagisto-reward-points

```

- Goto config/concord.php file and add following line under 'modules'

```
\Webkul\Rewards\Providers\ModuleServiceProvider::class
```

- Run these commands below to complete the setup

```
composer dump-autoload

```

```
php artisan migrate
php artisan route:cache
php artisan config:cache

```

```
php artisan vendor:publish --force

```

-&gt; Press the number before RewardsServiceProvider and then press enter to publish all assets and configurations.

> now execute the project on you

Commands For DOB and Expire Check:
----------------------------------

[](#commands-for-dob-and-expire-check)

- For Date of birth Reward And Check the reward is expired or not For Customer
- Command
- php artisan dob:cron (for Date of birth )
- php artisan reward:expire (for Check the reward is expired or not)
- Go to app/Console/Kernel.php And Replace the below code

```
