BeikeShop - 开源跨境电商系统 | Laravel开源商城系统
BeikeShop 是基于 Laravel 开发的一款开源商城系统
BeikeShop下载,跨境电商系统,Laravel开源商城系统,免费独立站系统,PHP源码,BeikeShop官网,建站系统,独立站,电商系统
Download the Latest Version
Hurry up and download the 100% free and open-source cross-border independent e-commerce system to quickly build your own branded independent site!
License version 2025-11-06
Update Description
- System upgraded to Laravel 12, now fully compatible with PHP 8.4.
- Integrated AI Smart Customer Service Assistant + Knowledge Base (available as add-on plugin).
- WooCommerce API support for connecting with mainstream ERP systems (available as add-on plugin).
- New Customer Data Dashboard in admin: visitor trends, traffic sources, conversion rates, funnel analysis, and more.
- Homepage Editor fully upgraded with a more user-friendly interaction.
- Frontend UI upgrade: new fonts, refreshed icons, and modernized button styles.
- Backend UI overhaul: new color scheme, improved layout, and smoother form & list interactions.
- Frontend product search: displays trending keywords + real-time preview results.
- Theme color modes in admin: light, dark, or auto (system adaptive).
- Product detail pages now support adding YouTube video links.
- Main product images can be uploaded directly via drag & drop from local files.
- New Store Name setting: applied consistently across emails, login page, and admin.
- Custom Email Template Plugin (available as add-on plugin).
- Category pages now support category descriptions and images.
- Bulk edit for products: categories, stock, and prices (available as add-on plugin).
- Customers can now enter tracking numbers when returning products in after-sales service.
- Users can delete their own accounts from the profile settings.
- After purchasing a License, copyright info will sync across frontend and backend.
- Debug Mode option in system settings for easier troubleshooting.
- Checkout form fields for phone and postal code can be set as optional/required.
- If email configuration fails, customers can still register; system logs and notifies admin.
- SendCloud added as a new email engine option.
- Each SKU of multiple specifications of products can choose the status of on-shelf and off-shelf
- Fixed multiple serious CVE security vulnerabilities
- Issue with product detail description module overflowing the screen on mobile devices.
- Error occurring when currencies are disabled.
- Display error on the frontend when countries or provinces are disabled.
- Delete button not working when removing images in the footer decoration.
- Bug when deleting submenus in the admin navigation.
- Inaccurate product browsing data in backend reports
- Backend product classification logic error
- The plugin homepage editor module is not compatible with php8.4
- The problem of the editor browser icon not being displayed on the homepage\footer
- Adding products with multiple specifications to the shopping cart even if the specifications are not selected
- Fixed several known bugs
- The email logo is displayed abnormally in Google Mail
- Problems that occur when product data on the homepage is disabled
- Core directory structure optimization for the system.
- Database schema optimization: unified status and type fields.
- Multi-specification product display: shareable specification URLs, SKU images displayed when switching specifications, etc.
- Product editing page: fully upgraded UI for editing modules.
- Admin file manager now supports drag-and-drop uploads with simplified steps.
- Merchants can configure a “Latest Products” module link in the navigation.
- Buyers can request a refund before shipment once the order is successfully paid.
- When using PayPal settlement, current currency is automatically converted into a supported settlement currency.
- Product images now support WebP/GIF formats.
- In product description editing, images copied from the web will be automatically saved locally.
- After downloading a plugin from the marketplace, merchants can jump directly to the plugin list and locate the plugin.
- Order statuses are now distinguished by colors.
- System settings and plugin list modules upgraded with card-style UI for a clearer and more convenient experience.
- Role permission configuration simplified in the admin panel.
- Product list in admin now shows a preview of the main product image, making it easier to enter the edit page.
- Category list in admin: added sorting field.
- Contact email and notification sending email are now decoupled for independent configuration.
- In the homepage editor module editing state, a highlighted border is displayed
- The length of the blog summary field is 500
- In the front-end personal center, add a "Status" column to my after-sales list
- How to obtain Token in the plugin market
- For products with multiple specifications, if you only select one specification, the corresponding pictures will be displayed.
- Added a dynamic model fillable extension mechanism, allowing plugins to safely register additional writable fields. Details
- Added dynamic model Relation extension mechanism, allowing plugins to define relationships.
- Front-end “Add to Cart” functionality now supports custom extension parameters.
Update Description
- Fixed issues related to demo data during installation
- Fixed RMA-related issues
- Fixed issues related to back-end users and user groups
- Fixed issues with multiple product specifications in the back-end
- Fixed issues with order product SKUs
- Fixed full-screen failure when switching slides
- Fixed the multilingual display in the confirm box for deleting tax categories
- Fixed errors when modifying personal information on the front-end
- Fixed redirection errors during Nginx installation
- Optimized the multilingual support for the file manager and error messages
- Optimized the refreshing of pages when updating after-sales orders
Update Description
- Added functionality to configure the top navigation menu from the back-end
- Fixed issues related to multilingual support in both the front-end and back-end
- Fixed errors during the installation process and improved error messages
- Fixed problems with shipping calculation, tax calculation, and other checkout-related issues
- Implemented responsive UI for mobile devices
Update Description
- Architecture - basic structure, theme templates, plugin mechanism, hook mechanism
- Installation - system environment detection, database configuration, demo data import
- Front-end - DIY homepage, category page product list, product details, shopping cart, checkout
- Front-end - registration, login, user center, address management, orders, favorites, after-sales functions
- Back-end - dashboard reports, product management, category management, brand management
- Back-end - member management, order management, plugin management, front-end customer management, back-end user and permissions, image library functionality
Correct Installation Procedure
Installation Tutorial (For Non-Developers)
1. Download BeikeShop
2. Upload to your server and unzip
3. Set the "public" folder under the extracted directory as the website root
4. Access the website via a web browser and follow the prompts to complete the installation
5. BeikeShop Detailed Installation Guide
6. To upgrade, download the latest version and overwrite it on the server (be sure to keep the original .env file), then run "php artisan migrate" in the website root directory
Installation Tutorial (For Developers)
1. Clone the code using a command line: 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. Subsequently, execute "npm install" (requires Node.js version 16+) and "npm run prod" to compile frontend JS and CSS files
5. Set the "public" folder under the project directory as the website root
6. Access the website via a web browser and follow the prompts to complete the installation
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 git@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.1+
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.