https://github.com/dhimasanb/laravel-online-shop
Contoh Online Shop menggunakan Laravel 5.4
https://github.com/dhimasanb/laravel-online-shop
ecommerce laravel php
Last synced: 12 days ago
JSON representation
Contoh Online Shop menggunakan Laravel 5.4
- Host: GitHub
- URL: https://github.com/dhimasanb/laravel-online-shop
- Owner: dhimasanb
- Created: 2017-04-27T02:51:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T06:21:26.000Z (over 4 years ago)
- Last Synced: 2025-04-04T15:39:56.991Z (7 months ago)
- Topics: ecommerce, laravel, php
- Language: PHP
- Size: 2.92 MB
- Stars: 27
- Watchers: 4
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Laravel E Commerce Website
Example Laravel 5.4 Online Shop
## Built With
* [Laravel 5.4](laravel.com) - The web framework used
* [MySQL](mysql.com) - Database System
* [Bootstrap SASS](https://rubygems.org/gems/bootstrap-sass) - Most Popular CSS Framework
* [Sweet Alert](http://t4t5.github.io/sweetalert/) - A Beatiful Replacement for JavaScript Alert
* [Selectize](http://selectize.github.io/selectize.js/) - It's jQuery-based and it's useful for tagging, contact lists, country selectors, and so on.
* [Font Awesome](fontawesome.io) - The iconic font and CSS framework
* [Webpack](https://webpack.github.io/) - Module Bundler## Whats Next?
* Sign up dengan facebook
* Fitur wishlist
* Fitur stock
* Otomatis pembatalan order jika tidak ada konfirmasi setelah 24 jam
* Custom order number
* Halaman crud alamat untuk customer (dari dashboard customer)
* Buat alamat default ketika checkout
* Fitur dropship
* Form untuk langsung buat akun dengan menulis password untuk guest checkout
* Notifikasi (email) admin setiap kali ada order baru
* Notifikasi (email) customer setiap status order berubah
* Konfirmasi tranfer + optional upload bukti transfer
* Mekanisme perubah status yang lebih kompleks
* Laporan penjualan terkini
* Laporan statistik user terkini
* Resize foto produk ketika upload
* Dll## Thanks
Thanks to **[Rahmat Awaludin](https://github.com/rawaludin/)**