https://github.com/grzegorzwalewski/laravel-shop
https://github.com/grzegorzwalewski/laravel-shop
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grzegorzwalewski/laravel-shop
- Owner: GrzegorzWalewski
- License: mpl-2.0
- Created: 2018-10-22T22:33:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T00:26:45.000Z (over 6 years ago)
- Last Synced: 2025-01-15T21:47:27.042Z (5 months ago)
- Language: PHP
- Size: 387 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel-shop
Example: http://laravel-shop.grzojda.usermd.net
# Installation
1. Deploy like any laravel project
2. Change database name, username, password
3. For working payment system You have to:- change $paymentDetails in /app/Http/Controllers/CartsController.php::submit()
- change form action in Laravel-shop/resources/views/product/submit.blade.php# Features
1. First registered user is administrator
2. User don't have to confirm they email
3. Dotpay payment connected
4. Cart
5. Discount system
6. Products Category
7. Administrator can manage discounts, products and categories