https://github.com/osmaircoelho/voucher_pool
https://github.com/osmaircoelho/voucher_pool
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osmaircoelho/voucher_pool
- Owner: osmaircoelho
- Created: 2018-08-19T00:17:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T00:27:46.000Z (almost 7 years ago)
- Last Synced: 2025-01-10T00:47:10.908Z (5 months ago)
- Language: PHP
- Size: 5.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Voucher pool
A voucher pool is a collection of (voucher) codes that can be used by customers (recipients)
to get discounts in a web shop.##Installation
1. Clone the repository ( [email protected]:osmaircoelho/voucher_pool.git )
4. Copy **.env.example** file to **.env** and change the database connection configuration.
5. Run`composer update`.
6. Run `php artisan migrate:refresh --seed` to migrate and create the datas.
9. Run `php artisan serve` to start app. Open your browser and go to **http://localhost:8000**
to see it working.