Home
Softono
Cake-eCommerce-Shop-built-in-Laravel

Cake-eCommerce-Shop-built-in-Laravel

Open source MIT PHP
18
Stars
2
Forks
0
Issues
0
Watchers
7 months
Last Commit

About Cake-eCommerce-Shop-built-in-Laravel

Cake eCommerce Shop is an open-source storefront template built with Next.js for bakeries and cake sellers. It provides a responsive, accessible product catalog, shopping cart, checkout-ready payment integration, and SEO-optimized pages to help you launch a production-ready online cake store quickly.

Platforms

Web Self-hosted

Languages

PHP

CakePHP eCommerce Application

A simple application to make an online shop with cakephp

Installation

  1. Clone or download this repository.
  2. Run php composer.phar install.

If Composer is installed globally, run

composer install
  1. Create database and import the provided SQL file.
  2. Update your database setting on config/database.php.

You should now be able to visit the path to where you installed the app and see the setup traffic lights.

Configuration

Read and edit config/app.php and setup the 'Datasources' and any other configuration relevant for your application.