Iyzico intigrated e-Commerce system that could be developed easily in simple level.
- Clone the repo and
cd
into it. - Open the terminal and write this command
composer install
- Rename or copy
.env.example
file to.env
and write required database information. - Run
php artisan key:generate
command. - With
php artisan migrate
command, create the tables. php artisan db:seed
method to run other seed classes.
- Enter your
setApiKey(), setSecretKey(), setBaseUrl()
information inApp/Services/PaymentService
.
- Multiple Product Images
- Unlimited Categories
- Unlimited Products
- Virtual POS ( IYZICO )
- Shopping Cart
- Dynamic Breadcrumbs
- Add any item to the cart + AJAX
- Ability to checkout the pay
- Membership is required to make a payment
- Being able to see your orders
- Editing profile information etc. (address, telephone)
- Responsivity
- http://ecommerce.anilozmen.com.tr
- Admin: [[email protected]] / admin
- User: [[email protected]] / user
- cviebrock/eloquent-sluggable
- gloudemans/shoppingcart
- intervention/image
- iyzico/iyzipay-php
- laravelcollective/html
Why dont you give star to my Github repo and share my repo in social media?
The Laravel framework is open-sourced software licensed under the MIT license.