菜单
个人中心

BeikeShop新闻中心-开源好用的跨境电商系统

BeikeShop 是基于 Laravel 开发的一款开源商城系统

BeikeShop新闻,跨境电商,产品动态,行业信息,Laravel开源商城系统,免费模板插件下载,独立站建站流程

BeikeShop v2.0 Complete Installation Guide: From Environment Setup to Baota/phpStudy Panel Deployment

作者: BeikeShop 2026-04-15 14:56:35 查看数: 2664

image.png

BeikeShop Official Website: beikeshop.com

BeikeShop is a premier open-source e-commerce system built on the Laravel framework. Specifically designed for cross-border trade, it offers a fully customizable, multi-language, and multi-currency solution for businesses looking to scale their independent global storefronts.


Introduction

In the release of BeikeShop v2.0, we have made significant optimizations in system architecture and user experience.

After purchasing and downloading your License exclusive version, the first step is to deploy the system to your server. To accommodate different users’ technical backgrounds and server environments, this article will detail 2 installation methods: Baota Panel Installation and phpStudy Panel Installation.


💡 Preparation Before Installation

Before starting, please ensure your server environment meets the following basic requirements:
image.png

  • PHP Version: 8.2 or above
  • Database: MySQL 5.7 or 8.0
  • Extensions Required: BCMath, Ctype, cURL, DOM, Intl, Fileinfo, JSON, Mbstring, OpenSSL, PCRE, PDO, Tokenizer, XML, ZIP, GD
  • Web Server: Nginx (recommended) or Apache

Baota panel is currently the most recommended production environment tool for deploying BeikeShop. The following operations are based on Baota Panel 8.0.4 and CentOS 8.5 environment.

1. Environment Installation and PHP Configuration

Before installing BeikeShop, please ensure your Baota panel has installed the following core environments:

  • PHP 8.2: BeikeShop 2.0 requires PHP 8.2 or above. Please find PHP-8.2 in “Software Store” -> “Runtime Environment” and click to install.
  • MySQL 5.7+: Minimum requirement is 5.7, recommended to use 5.7 or 8.0.
  • Web Server: Nginx 1.10+ or Apache 2.4+ (Nginx recommended).

Critical Step: Install fileinfo Extension
BeikeShop requires the fileinfo extension to handle file uploads and validation.

  1. Click the settings for PHP-8.2 in the “Installed” software list.
  2. Select “Install Extension” in the popup window.
  3. Search and find fileinfo, click to install and confirm.

2. Create Site and Database

image.png

  1. Click “Website” -> “Add Site” on the left side.
  2. Enter your domain name (ensure DNS is properly configured), and select “MySQL” in the database options.
  3. Note: PHP version must be PHP-8.2.
  4. Save the database name, username, and password for later use in the installation wizard.

3. Upload Source Code and Runtime Settings

image.png

  1. Enter the site root directory, upload the downloaded BeikeShop v2.0 source code package and extract it.

image.png

  1. Set Runtime Directory (Critical):
    • Click site settings -> “Website Directory”.
    • Change the “Runtime Directory” to /public.
      • ⚠️ Note! Please follow this order:
      • First select “Website Directory” and click save
      • Then select “Runtime Directory” and click save

image.png

  1. ⚠️ Uncheck “Anti-cross-site attack (open_basedir)” option.

image.png

  1. ⚠️ Configure Rewrite Rules (Nginx only):
    Find “Rewrite Rules” in site settings and fill in the following code:
    location / {
        try_files $uri $uri/ /index.php?$query_string;
    }
    

4. Execute Installation

Access your domain name in a browser, fill in the database information and administrator account according to the installation wizard, and the installation will be complete.

image.png


Welcome to visit BeikeShop Official Documentation Center for detailed installation steps (docs.beikeshop.com)


II. phpStudy Panel Installation (Suitable for Local Development and Testing)

If you are doing local debugging in a Windows or Linux environment, phpStudy panel is a very lightweight choice.

1. Environment Preparation and Source Code Placement

image.png

  • Start Environment: Ensure that Nginx/Apache, MySQL, and PHP 8.2 services in phpStudy panel are running normally.

  • Place Source Code: Extract the downloaded BeikeShop v2.0 source code package and place the extracted folder into the WWW directory specified by phpStudy (e.g., D:\phpstudy_pro\WWW\beikeshop).

image.png

2. Create Site and Path Settings

  1. Click “Website” -> “Create Website” in the phpStudy left menu.
  2. Domain Name: Enter the domain name you want to access (e.g., local.beikeshop.com).
  3. Root Directory: This is the most critical step! Click browse, select the source code folder, and be sure to point the directory to the下级 /public folder. For example: D:\phpstudy_pro\WWW\beikeshop\public.
  4. PHP Version: Select PHP 8.2.n from the dropdown menu.

image.png

3. Install Required PHP Extensions

image.png

BeikeShop requires specific extensions to run, especially fileinfo.

  1. In phpStudy, click “Website” -> Find the domain name you want to access -> Click “Settings” -> PHP Extensions.
  2. In the “PHP Extensions” list, check and install the extensions needed.

image.png

⚠️4. Configure Rewrite Rules (Nginx Environment)

If you are using Nginx, you must configure rewrite rules, otherwise pages other than the homepage will not be accessible.

  1. Click “Manage” -> “Modify” -> “Rewrite Rules” in website management.
  2. Enter the following code and save:
   location / {
       try_files $uri $uri/ /index.php?$query_string;
   }

5. Create Database and Execute Installation

  1. Create a new database in the “Database” menu, and remember the database name, username, and password.
  2. Access your configured domain name in a browser, the system will automatically jump to the installation wizard. Follow the prompts to fill in the database information, and deployment will be completed with one click.

🏆 Post-Installation Recommendations

Regardless of which installation method you choose, after entering the BeikeShop admin panel, be sure to perform the following operations:

  • Change Admin Login URL: For security reasons, it is recommended to change the default admin path in the configuration file or admin settings.
  • Configure SSL Certificate: Cross-border e-commerce involves payment information, it is recommended to enable HTTPS forced access.

If you encounter any problems during installation, please visit BeikeShop Official Documentation Center (docs.beikeshop.com)

Welcome to contact us!
Phone: 181-2337-4467
QQ: 9358972
QQ Group: 1033903216

Click the link to learn about the product: https://beikeshop.com/

All rights reserved. Reprint must indicate the source!

最新文章

会 Laravel,如何把电商开发能力变成可持续的副业?

了解 BeikeShop 开发者如何基于 Laravel、插件与 Hook 机制,将跨境电商场景中的共性需求开发为可复用插件,并认识上架、服务与结算规则。

阅读详情 >

从选品到上架更高效:BeikeShop 多规格商品采集插件介绍

BeikeShop商品采集, 浏览器采集插件, 多规格商品采集, 独立站商品上架, 跨境电商选品, 独立站建站, 商品目录搭建

阅读详情 >

不懂技术也能稳定运营:BeikeShop 全托管与应用托管服务介绍

BeikeShop 提供全托管服务与无主机托管/应用托管服务,覆盖服务器、备份、安全防护、性能优化与系统升级,让商家专注业务增长。

阅读详情 >

BeikeShop v3.0 AI 能力升级:Agent、插件与 MCP 如何扩展商城

BeikeShop v3.0.0 License 专享版全面支持 AI 集成与功能扩展,内置订单、客户、商品三类业务 Agent。开发者可通过插件新增 Agent、工具、后台场景与权限,并基于 Laravel AI SDK、MCP 等能力构建更贴合业务的商城 AI 体验。

阅读详情 >

BeikeShop v3.0.0 上线 Beike AI:让店铺运营从操作走向协作

BeikeShop v3.0.0 License 专享版上线 Beike AI 店铺管理助手,聚焦订单管理、客户洞察与商品管理,通过自然语言协助处理高频运营工作。

阅读详情 >

跨境多区域仓如何精准计算运费?BeikeShop 分仓配送插件上线

BeikeShop 分仓配送插件面向跨境电商的区域仓与海外仓业务,结合目标市场区域组、发货地和运费规则精准匹配配送费,让运费结算更贴近实际履约成本。

阅读详情 >

出海建站选哪个?4 个支持多语言多币种的开源电商系统横评

做跨境电商,多语言多币种是刚需。本文对比 4 个支持多语言多币种的开源电商系统——BeikeShop、PrestaShop、Magento、WooCommerce——帮你选适合的国际化方案。

阅读详情 >

零基础打造自己的“Shopify”!BeikeCloud 私有化 SaaS 电商平台方案全解析

想做 SaaS 电商平台?详解 BeikeCloud 系统的架构设计、多租户能力、子域名支持和统一管理功能,帮你低成本搭建多店铺 SaaS 平台。

阅读详情 >

为什么越来越多卖家放弃 WooCommerce?从“插件堆砌”到“原生内置”的系统大盘点

厌倦了插件冲突、安全漏洞、性能拖慢?本文推荐 4 个核心功能内置、不依赖插件堆砌的现代电商系统,让你的独立站干净、高效、安全。

阅读详情 >

BeikeShop v2.0 正式开放免费下载!升级Laravel 12 准备迎接AI时代!

BeikeShop v2.0 重磅发布:从付费授权改为完全免费开放下载!升级至 Laravel 12 + PHP 8.4,全新 UI 设计,AI开发规范文件,WooCommerce API 对接,支持一键部署。

阅读详情 >

PHP 开发者必看:30 分钟搭建一个功能完整的电商独立站

面向 PHP 开发者的实战教程:用 BeikeShop(基于 Laravel)从零搭建一个功能完整的电商独立站,涵盖安装、配置、商品上架、支付对接、主题定制全流程。

阅读详情 >

从 0 到 1 搭建独立站:中小团队最值得用的 5 个开源电商系统

中小团队如何选择合适的开源电商系统?从团队规模、技术能力、预算、扩展性四个维度,对比 BeikeShop、OpenCart、Bagisto 等 5 个开源方案,帮你找到最匹配的选择。

阅读详情 >

从 Magento 迁移?这 5 个轻量级电商系统能帮你省 80% 运维成本

Magento 的高成本、高复杂度让中小团队苦不堪言。本文推荐 5 个更轻量的电商替代方案,帮你降本增效,从 BeikeShop 到 OpenCart 逐一分析。

阅读详情 >

受够了 WooCommerce 的插件堆砌?这 3 个现代开源电商系统值得一试

WooCommerce 的"插件地狱"让无数卖家头疼——安全更新、兼容性冲突、性能拖慢。本文推荐 3 个架构更现代、核心功能开箱即用的开源电商替代方案。

阅读详情 >

2026 年 Laravel 电商系统横评:Bagisto vs BeikeShop vs Aimeos,谁更适合你?

2026 年三大开源 Laravel 电商系统深度横评:Bagisto、BeikeShop、Aimeos 在安装难度、插件生态、多语言、AI 功能、站群管理等维度全面对比,帮你选出最适合的方案。

阅读详情 >