Go to file
Edward Yang 62eb321079 brand seeder
语言包完善

create categories

countries seeder

currencies seeder

customer group seeder

add language and seeder

PagesSeeder

product seeder

PluginsSeeder

seeder

setting seeder

修复产品图片和多规格

fixed setting
2022-09-05 22:31:50 +08:00
app installer 2022-09-02 20:06:20 +08:00
beike brand seeder 2022-09-05 22:31:50 +08:00
bootstrap init code 2021-12-02 15:17:08 +08:00
config change to innodb engine and cancel order 2022-08-25 16:06:07 +08:00
database brand seeder 2022-09-05 22:31:50 +08:00
plugins 插件多语言 2022-09-01 14:04:31 +08:00
public fixed installed with debug 2022-09-05 19:29:32 +08:00
resources 完善页面内容无数据ui 2022-09-05 08:56:13 +08:00
routes 分拆 beike namespace (#2) 2022-05-17 15:37:27 +08:00
storage remove installed-bak 2022-08-22 10:05:25 +08:00
tests init code 2021-12-02 15:17:08 +08:00
themes 完善页面内容无数据ui 2022-09-05 08:56:13 +08:00
.editorconfig 优化表单前端验证 2022-08-17 17:48:06 +08:00
.env.example app force https 2022-08-31 11:06:25 +08:00
.gitattributes init code 2021-12-02 15:17:08 +08:00
.gitignore 完善页面内容无数据ui 2022-09-05 08:56:13 +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 修改readme 2022-09-02 10:59:10 +08:00
artisan init code 2021-12-02 15:17:08 +08:00
build.sh 修复打包脚本 2022-08-31 20:11:28 +08:00
composer.json 导航菜单 -> 手机端响应式 2022-09-01 09:48:00 +08:00
composer.lock update composer packages. 2022-09-01 16:15:26 +08:00
package.json 优化前台ui 2022-06-27 09:30:00 +08:00
phpunit.xml init code 2021-12-02 15:17:08 +08:00
server.php init code 2021-12-02 15:17:08 +08:00
webpack.mix.js linux编译问题 2022-09-01 10:30:16 +08:00

README.md

BeikeShop

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

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

软件架构

PHP语言开发基于 Laravel 框架前端采用Vue

环境要求

  • PHP 8.0+
  • 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. 通过浏览器访问网站根据提示完成安装

安装教程(面向开发者)

  1. git clone https://gitee.com/beikeshop/beikeshop.git
  2. 命令行进入beikeshop目录, 执行 composer install
  3. 将项目文件夹下的 public 设置为网站根目录
  4. 命令行进入beikeshop目录, 执行 npm install 以及 npm run dev
  5. 通过浏览器访问网站根据提示完成安装

参与贡献

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