Skip to content

innocommerce/innoshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

636 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Total Downloads


Total Downloads Total Downloads Total Downloads

InnoShop

InnoShop - Innovative Open Source E-commerce System.

Innoshop is an Open Source eCommerce System based on Laravel 12, supporting multiple languages, multiple currencies, integrated with OpenAI, and featuring plugin mechanisms and theme template development for enhanced user experience and system extensibility.

Quick Start

Requirements

  • PHP >= 8.3 with extensions: bcmath, cURL, dom, fileinfo, libxml, OpenSSL, PDO, simplexml
  • Composer 2.x
  • Node.js >= 18 with npm 9+
  • MySQL 5.7+ / 8.0+ (or SQLite for local try-out)

Option 1: Composer (Recommended)

composer create-project innoshop/innoshop
cd innoshop
php artisan serve

The create-project command automatically:

  1. Installs PHP dependencies
  2. Generates the application key
  3. Runs npm install and npm run build to compile front-end assets

Open http://localhost:8000 in your browser, the installation wizard will guide you through database setup and admin account creation.

Option 2: Download ZIP (No Node.js Required)

Grab the latest innoshop-vX.Y.Z.zip from GitHub Releases — it ships with PHP dependencies and compiled front-end assets pre-packaged, so you only need PHP on the server:

unzip innoshop-vX.Y.Z.zip -d innoshop
cd innoshop
chmod -R 775 storage bootstrap/cache
php artisan serve

Open the site URL in your browser and follow the installation wizard to configure the database and admin account.

Option 3: Git Clone (For Contributors)

git clone https://github.com/innocommerce/innoshop.git
cd innoshop
composer install
npm install
npm run build
cp .env.example .env
php artisan key:generate
php artisan serve

Introduction

  • A globally oriented open source e-commerce system, a culmination of 15 years of continuous industry development.
  • User-friendly, intuitive interface, quick to get started, responsive design.
  • Based on the latest technology, deeply integrated with AI, supports multi-language and multi-currency features.
  • Highly cohesive, low coupling modular design, making it simple and convenient for rapid plugin development.

Documentation

Demo Site

Frontend Screenshot

Front

Backend Screenshot

Panel

  • If you find InnoShop helpful, please do not hesitate to give us a star.
  • Every like from you is the driving force for our continuous improvement.

Contributors

Thanks to the Contributors

About

InnoShop is an AI-powered open source e-commerce system built on Laravel 12, designed for global commerce. It supports multiple AI models for intelligent automation, with native multi-language and multi-currency capabilities. The modular architecture and flexible plugin/theme system make it highly adaptable to diverse business needs.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors