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-03-11
Update Description
- v1.6 theme template with a smoother experience!
- Seamless integration with the Swoole engine for enhanced PHP performance (solution)
- PostgreSQL database compatibility for improved data reading performance
- QueryList: An elegant and progressive PHP DOM parsing framework with highly flexible extensions
- Plugin tool quickly develops tool scaffolding to improve development efficiency
- SEO-friendly URLs that vary by language
- Adding (Open Graph/Twitter Card) Meta tags in the `<head>` makes the page more crawlable.
- Entire site's image SEO by adding alt text descriptions for images in the homepage editor.
- Homepage design modules: full-screen layout, scrollable sliders, and image-text separation display
- MeiliSearch plugin: AI-enhanced simple search(buy plugin)
- when sending emails, you can choose to run the email dispatching via a queue in the backend
- Multi-specification SKU supports weight configuration
- One-click plugin updates in the admin panel
- H5 mobile filtering feature on category pages
- System maintenance mode configurable in the admin panel
- Admin email settings with options for target selection and scenarios
- Homepage decoration module can configure the module width style
- Default image size of the product can be customized
- Popup could not be closed after third-party login
- Incorrect Migrations hierarchy generated by the plugin development shortcut command
- Static images in the plugin might fail to load
- Address not fully displayed when printing orders in the admin panel
- Disabled categories still visible on the frontend
- Invalid fixed link selection on the homepage editor
- User permission configuration issues in the admin panel
- Custom default images not displaying correctly
- Language uninstallation causing system errors
- Disabled categories selectable in product editing
- Status anomaly when creating new users in the admin panel
- Cart quantity deletion showing incorrect prompts
- The issue where child categories are not deleted when the parent category is removed
- Encountered when selecting a product category
- Home page editor, icon module display abnormality
- Home page editor, data not updated after editing
- Clicking Add in the background currency management fails
- Error message when clicking the button in the homepage article module
- System language display error
- Error occurred when uploading pictures in the background file manager
- Resolved page freezing issue when the product browsing report contained excessive data
- Restricted modification of currency management codes to prevent order errors
- Decoupled plugin marketplace from admin panel for greater flexibility
- Overall system performance
- SQL queries to enhance system performance
- Passwords in email settings are now hidden
- Notifications for excessive product quantities in the cart
- Logistics information can only be entered for shipped orders
- Currency and weight units displayed when editing multi-spec products
- Homepage editor supports toggling between PC and H5 previews
- API call validation for improved system security
- Category pages display both current and subcategory products
- Article and product description fields updated to LongText, supporting up to 4GB
- Sales stats on the admin homepage now exclude unpaid orders for accuracy
- Email notifications for after-sales orders
- Currency units displayed in admin reports
- After installing a plugin, the files under the plugin's public directory will be copied to the system's public/plugin/ directory
- Inventory quantities now visible in the admin product list
- Where the default currency cannot be deleted
- Fuzzy search is supported for product categories, names, and attributes in the admin panel
- Background file manager sorting memory function
- Add disabled configuration to the background input component
- Wintopay payment, improve callback processing
- Tips for background multi-specification configuration
- A new field type is added to the backend plugin form, enabling developers to flexibly define the type of files to be uploaded.
Update Description
- Enhanced table and field notes, and added a data dictionary generation script
- Fixed an error in editing customer address identity on the backend
- 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 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 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
- Fixed an issue where the system would report an error if a product image or default image did not exist
- 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
Update Description
- Added status display for after-sales details on the front-end
- Added operation history for after-sales details on the back-end
- Added code header comments and back-end footer information
- Fixed the issue with permission detection during installation on Windows 7 environment
- Optimized the UI of the order list in the user center and the installation page
- Optimized after-sales service-related functionality and improved multilingual support
- Improved permission detection for the .env file during installation and optimized default permissions
- Optimized the UI of the installation guide page
Update Description
- 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
- Fixed issues related to demo data during installation
- Optimized the multilingual support for the file manager and error messages
- Optimized the refreshing of pages when updating after-sales orders
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" 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 [email protected]: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.