Go to file
Edward Yang 10eb858ef1 update header and sidebar menus for admin panel.
fixed menus

wip

wip

get sub menus

wip

add current link

wip

fixed rma

fixed routes

fixed sub routes

wip

wip

fixed order and rmas

重构后台菜单

wip

fixed active

update languages.

wip

wip

add history links

code format

wip

fixed menus

fixed menus

fixed url

fixed sub routes

wip

update menus

wip

修复角色页面没有选中上一级目录

remove unnecessary code

wip

wip

fixed header common links

code format

add design

fixed plugin

wip

添加插件二次子菜单

修复获取更多

修复最近浏览记录 插件相关语言包

wip

调整文章菜单顺序

fixed common links

fixed common links

wip

wip

wip

default link icon.

修复插件编辑二级菜单选中

wip

wip

wip

wip

wip

wip
2023-05-04 17:48:52 +08:00
app Add jwt and admin token to build API. 2023-04-27 18:16:07 +08:00
beike update header and sidebar menus for admin panel. 2023-05-04 17:48:52 +08:00
bootstrap init code 2021-12-02 15:17:08 +08:00
config Add jwt and admin token to build API. 2023-04-27 18:16:07 +08:00
database admin adds a token 2023-04-27 18:16:07 +08:00
plugins Code format 2023-04-07 16:53:18 +08:00
public update header and sidebar menus for admin panel. 2023-05-04 17:48:52 +08:00
resources update header and sidebar menus for admin panel. 2023-05-04 17:48:52 +08:00
routes 通过 php artisan root:password 重置管理员密码 2023-02-13 21:08:02 +08:00
storage 删除 installed-bak 2022-09-21 10:05:12 +08:00
tests 使用laravel/pint格式化代码 2023-01-10 14:38:26 +08:00
themes update header and sidebar menus for admin panel. 2023-05-04 17:48:52 +08:00
.editorconfig 优化 .editorconfig 文件 2022-12-07 17:21:13 +08:00
.env.example !68 商品重量和多个bug修复 2023-03-31 02:56:57 +00:00
.gitattributes init code 2021-12-02 15:17:08 +08:00
.gitignore add new theme fashion 2023-03-16 15:25:45 +08:00
.htaccess add nginx and apache rewrite for BT panel 2023-03-22 15:59:24 +08:00
.styleci.yml init code 2021-12-02 15:17:08 +08:00
LICENSE add LICENSE. 2022-08-31 07:44:48 +00:00
README.md update readme 2023-04-14 13:51:56 +08:00
artisan init code 2021-12-02 15:17:08 +08:00
auto_install.json 升级第三方包 2023-03-08 12:17:50 +08:00
composer.json Add jwt and admin token to build API. 2023-04-27 18:16:07 +08:00
composer.lock Add jwt and admin token to build API. 2023-04-27 18:16:07 +08:00
index.php 使用laravel/pint格式化代码 2023-01-10 14:38:26 +08:00
nginx.rewrite add nginx and apache rewrite for BT panel 2023-03-22 15:59:24 +08:00
package.json update header and sidebar menus for admin panel. 2023-05-04 17:48:52 +08:00
phpunit.xml init code 2021-12-02 15:17:08 +08:00
pint.json plugin code format 2023-02-15 09:44:47 +08:00
server.php init code 2021-12-02 15:17:08 +08:00
webpack.mix.js !77 Optimize setting background page properties 2023-04-10 06:06:35 +00:00

README.md

          一款开源好用的跨境电商系统

BeikeShop介绍

BeikeShop 是基于 Laravel 开发的一款开源商城系统,主要面向外贸,跨境行业提供的商品管理、订单管理、会员管理、支付、物流、系统管理等功能。

请保留我公司版权信息,如要移除,需要我公司授权。

BeikeShop系统亮点

  • 全新支持ChatGPTBeikeShop1.3.2 集成ChatGPT打造高效智能化跨境电商系统
  • 开源免费BeikeShop以开源方式发布OSL-3.0协议允许用户自由使用、修改。
  • 轻量级框架BeikeShop基于Laravel框架开发具有高效、灵活、易用等特点。
  • 灵活的插件机制BeikeShop提供灵活的Hook插件机制可以方便地扩展和定制系统功能。
  • 多语言多货币支持:支持多种语言/货币切换,可灵活扩展其他语言/货币。
  • 多种支付方式:支持 PayPal、Stripe、Alipay、WeChat Pay 等多种支付方式,覆盖全球主要外贸国家
  • 快速搭建向VIP提供一键安装脚本帮助用户快速搭建起一个稳定、高效、易用的跨境电商独立站。

BeikeShop 商城预览视频

点击立刻体验BeikeShop演示站



页面展示

软件架构

PHP语言开发基于 Laravel 框架,前端 Blade 模板 + Vue

环境要求

  • PHP 8.0.2+
  • MySQL 5.7+
  • Apache httpd 2.4+ 或者 Nginx 1.10+

PHP组件

  • BCMath PHP Extension
  • Ctype PHP Extension
  • cURL PHP Extension
  • DOM PHP Extension
  • Fileinfo PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PCRE PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

安装教程(面向非开发者)

  1. 下载BeikeShop
  2. 上传到你的服务器并解压
  3. 将解压文件夹下的 public 设置为网站根目录
  4. 通过浏览器访问网站根据提示完成安装
  5. BeikeShop详细安装指引
  6. 如需升级, 请下载最新版覆盖到服务器(必须保留原有.env文件), 然后在网站根目录运行php artisan migrate

安装教程(面向开发者)

  1. 打开命令行克隆代码 git clone https://gitee.com/beikeshop/beikeshop.git
  2. 命令行进入 beikeshop 目录, 执行 composer install 安装第三方包
  3. 接着执行 cp .env.example .env 创建配置文件
  4. 接着执行 npm installnode 版本需16+ 以及 npm run prod 编译前端 js 和 css 文件
  5. 将项目文件夹下的 public 设置为网站根目录
  6. 通过浏览器访问网站, 根据提示完成安装
  7. 如需升级请在服务器端网站根目录运行git pull && composer install && php artisan migrate

参与贡献

  1. Fork 本仓库
  2. 新建 feature-xxx 分支
  3. 提交代码
  4. 新建 Merge Request

QQ交流群

群1: 639108380