BeikeShop - 开源跨境电商系统 | Laravel开源商城系统
BeikeShop 是基于 Laravel 开发的一款开源商城系统
BeikeShop下载,跨境电商系统,Laravel开源商城系统,免费独立站系统,PHP源码,BeikeShop官网,建站系统,独立站,电商系统
Download
Download the ultimate free open-source e-commerce solution for global trade.
Start building your own brand store in minutes! Licensed under OSL 3.0
License version 2026-07-21
Update Description
- Fully supports AI integration and feature expansion Details
- The all-new BeikeShop Agent store management assistant is now online.
- Laravel AI SDK has been integrated.
- Supports the MCP protocol and can be managed using agent tools such as OpenClaw and Hermes.
- Supported Google UCP protocol for global compliance and ad optimization.
- Opened backend API interfaces for Articles and Customers.
- Added backend APIs (currency, language, settings, region, customer groups, tax, address, shipping, layout, etc.)
- Opened full frontend API interfaces.
- Added sales volume tracking in Product Management, supporting filtering and sorting by specific dates.
- Added graphic captcha support for customer registration
- the overlapping issue of the delete button in the Mobile App homepage category-product module
- an issue where the state/province list appeared blank when country data was missing
- a stored XSS vulnerability in the product video feature to prevent malicious scripts
- Added address ownership validation in the checkout process to prevent information leakage
- Added permission checks for guest checkout to prevent unauthorized access to other orders
- Patched SQL injection vulnerabilities in admin product and brand queries to secure the database
- Added product ownership validation in the returns process to prevent order data leakage
- Fixed sorting issue for the homepage layout article module
- Fixed broken image issue in product lists when the primary image is a video
- Security vulnerabilities in homepage design modules to enhance anti-hacking protection
- Resolved intermittent errors in reading cart product weights
- Resolved cache refreshing issues for product image/video uploads and optimized filename generation
- brand queries with caching for smoother system responses
- Automated email notifications will now be sent to users immediately after backend after-sales order status updates.
- The plugin root directory supports storing, reading, and displaying README.md documentation files. Details
- Added postal codes to admin order printing
- Accelerated storefront homepage loading for a smoother browsing experience
- Completed system multilingual translations to improve cross-border e-commerce experience
- Upgraded Stripe payment security validation to prevent fraudulent paid orders
- Added parent category display to the admin article category list for clearer hierarchy
- Added registration IP and User-Agent records to the customer list
- Added PayPal compatibility for legacy NVP/SOAP APIs
- query logic for products, categories, and articles to reduce database load and improve speed
- Added click-to-preview popups for videos in product and file managers
- Enhanced file manager path validation, restricting operations strictly to the catalog directory
- category list and tree queries with caching for faster page loads
Update Description
- Added support for configuring the number of products displayed per page in the backend
- Added functionality to configure statistics code in the backend
- Added a new backend order fulfillment process
- Added country association ID to orders
- Added email functionality for new user registration, password recovery, new orders, and order status updates. Supports queue-based sending
- Fixed an error that occurred when selecting a delivery plugin during checkout
- Fixed an issue with navigation menu display on small screens (excluding mobile devices) when there are too many configured columns
- Fixed an issue with the file manager where the content area on the right side was not cleared after creating a new folder
- Fixed an issue with SKU image switching on mobile devices
- Optimized performance issues on category pages, brand pages, and search pages when dealing with large amounts of SKU data (over 50,000)
- Added indexes and optimized the performance of retrieving individual product names
- On the backend login page, the entered account and password are now retained when there is an error in password input. Also improved the error UI
- Optimized third-party login using Laravel\Socialite
- The product modules on the homepage now follow the product sorting set in the backend
- The file manager now sorts files in reverse chronological order, with newly uploaded files appearing first
Update Description
- The backend management interface is now mobile-responsive and compatible with H5 on mobile devices
- Added support for using WeChat Pay or Alipay for purchasing and paying for plugins directly in the backend
- Restructured the underlying calculation logic for delivery methods
- When a delivery plugin is closed or uninstalled, the shipping fee needs to be recalculated
- Fixed an issue with calculating fixed shipping costs
- Fixed the problem where the backend favicon was not displaying
- Fixed the issue where configuring links in the backend/homepage editor without a URL would redirect to the homepage when clicked
- Adjusted the image style on the mobile version of the product detail page
- The SKU image of the main product is now displayed on the product list page and the detail page
- Modified the visibility of modifying the status and updating completed orders
Update Description
- Enhanced table and field notes, and added a data dictionary generation script
- Fixed an error in judging the creation of a product button on the backend product list
- Fixed default currency and exchange rate issues
- Cleaned up backend category data and fixed the issue where deleting a parent category did not delete its subcategories
- Fixed the display of some backend configurations in multiple languages when the language was not enabled
- Fixed an error in editing customer address identity on the backend
- Fixed an isssue with pagination on the brand page
- Fixed the issue of missing content in backend article editing
- Fixed permissions issues with creating directories in the image manager
- Fixed the problem of the carousel sliding and linking to nowhere when there is only one image
- Fixed the issue of invalid custom links in decoration
- Optimized the display of product specifications on the shopping cart, checkout page, and order products
- Improved the UI for partial checkout in the right-hand side popup shopping cart
- Optimized user avatar upload to resolve the issue of being unable to upload the same image for the second time
- Optimized the centering issue of the banner module on large resolution screens
- Enhanced Paypal and Stripe checkout functionality
- Optimized the access to all plugin images using the plugin_resize function
- Optimized the mobile version UI
Update Description
- Added partial checkout functionality for MiniCart when selecting products
- The backend order list now supports filtering orders by status
- The front-end product search now supports filtering by SKU and model
- Fixed an issue where the system would report an error if a product image or default image did not exist
- Fixed pagination issues on the product category page
- Fixed the problem where modifying the quantity of a product in the shopping cart did not sync with the MiniCart
- Fixed the issue of missing description images on the product detail page for demo data products
- Optimized compatibility with 360 Extreme Browser
- Optimized multilingual support for after-sales functionality
- Optimized token-related functionality for the plugin marketplace
- Optimized the display of product specifications on the shopping cart, checkout page, and order page
- Optimized third-party login functionality
Update Description
- Added a plugin marketplace where plugins can be installed through the marketplace
- Added support for German, Spanish, French, Italian, Japanese, Russian, and Traditional Chinese
- Added third-party login plugins that support Google, Facebook, Twitter, and other third-party logins
- Added functionality to generate a sitemap.xml file for the site map, making it easier for search engines to index the site
- Other feature optimizations and bug fixes
Correct Installation Procedure
Installation Tutorial (For Non-Developers)
1. Download BeikeShop
2. Upload the package to your server and extract the files
3. Set the "public" folder under the extracted directory as the website root
4. Launch the installation wizard by visiting your domain in a browser.
5. BeikeShop Detailed Installation Guide
6. To upgrade, download the latest version and replace the existing files on your server (ensure you back up and retain your .env file), then run "php artisan migrate" in the website root directory
Installation Tutorial (For Developers)
1. Clone the repository via CLI: git clone https://github.com/beikeshop/beikeshop.git
2. Navigate to the "beikeshop" directory using the command line and execute "composer install" to install third-party packages
3. Next, execute "cp .env.example .env" to create a configuration file
4. Then, run "npm install" (requires Node.js version 16+) and "npm run prod" to compile frontend JS and CSS files
5. Set the "public" directory as the document root (web root).
6. Launch the installation wizard by visiting your domain in a browser.
7. For upgrades, run "git pull && composer install && php artisan migrate && npm install && npm run prod" in the website root directory on the server
Docker Installation
1. Install Docker and Compose locally or on your serverhttps://docs.docker.com/engine/install/
2. Execute "git clone https://gitee.com/beikeshop/docker.git"
3. Create a new folder "www" in the current directory as the website directory: mkdir www
4. In the "docker" directory, create a configuration file based on the template file: cp env.example .env
5. Modify .env and docker-compose as needed, then execute "docker compose up -d"
Environmental Requirements
1. PHP 8.2+
2. MySQL 5.7+
3. Apache httpd 2.4+ or Nginx 1.10+
PHP Components
1. BCMath PHP Extension
2. Ctype PHP Extension
3. cURL PHP Extension
4. DOM PHP Extension
5. Fileinfo PHP Extension
6. JSON PHP Extension
7. Mbstring PHP Extension
8. OpenSSL PHP Extension
9. PCRE PHP Extension
10. PDO PHP Extension
11. Tokenizer PHP Extension
12. XML PHP Extension
Copyright Notice:
1. The copyright for this system belongs to Chengdu Grand Network Technology Co., Ltd.
2. No individual, entity, or organization may sell, rent, or profit from this system and its derivatives without written permission from our company.
3. Please retain our company's copyright information. To remove it, you need authorization from our company.
Disclaimer:
1. Risk Disclaimer: The use and installation of the BeikeShop system are at your own discretion. We are not responsible for any losses, damages, or legal liabilities that may result from using this system.
2. Legal Compliance: When using this website building system, you agree not to engage in any illegal, infringing, or law-violating business activities. We are not responsible for your business activities.
3. Data Loss: Although we have taken reasonable security measures, there is still a risk of information transmission loss. We are not responsible for data loss.
4. Hacker Attacks: Despite taking reasonable security measures, the risk of hacker attacks still exists. We are not responsible for security incidents caused by hacker attacks.