Download the PHP package fecmall/fbbcbase without Composer

On this page you can find all versions of the php package fecmall/fbbcbase. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package fbbcbase

FecMall

fecmall的安装配置和fecshop的类似,在安装前,建议先看一下, fecmall的安装 文档写的简略一些。

fecshop安装文档

fecshop配置文档

1.安装composer

composer 安装fecshop app advanced

初始化完成后进行配置

2.配置mysqlmongodbrediscachesession

common/config/main-local.php

3.域名解析

4.nginx配置

请根据自己安装的文件路径填写,例子

5.配置store

@appserver\config\fecshop_local_services\Store.php

6.图片域名配置文件

配置文件:@common\config\fecshop_local_services\Image.php

和上面nginx配置的域名对应好即可,譬如:

7.初始化数据库,Yii2 migratge方式导入表

mysql(导入mysql的表,数据,索引):

7.1 fecshop数据库安装

mongodb(导入mongodb的表,数据,索引):

7.2 fbbcbase数据库安装

mongodb(导入mongodb的表,数据,索引):

8.导入测试产品数据以及产品图片

测试数据在 ./tests/data中,可以看到这些文件: appimage.zip mongo-fecshop_test-2018-11-06.js mysql_fecshop.sql

8.1导入mongodb测试数据 mongo-fecshop_test-20170419-065157.js

8.2导入mysql,文件为:mysql_fecshop.sql,可以使用phpmyadmin导入。

8.3测试产品图片,将appimage.zip辅助到fecmall的根目录,覆盖解压

9.产品搜索

添加host映射

127.0.0.1替换成你的ip即可

执行脚本:

10.

开启nginx mysql mongodb php,你就可以访问本地配置的fecshop了。

平台后台的账户密码为: admin admin123(如果不对,就是123456)

经销商后台:fecshop fecshop123

vue端配置

参看:https://github.com/fecmall/vue_fbbcbase_appserver

配置完成后就可以访问vue 前端商城了

http://vue.fecmall.com/#/

后台配置

1.网站配置-->基础配置,填写手机号,此处为平台的联系方式。

2.首页配置:填写title 和sku,对应首页的标题的sku列表

备注

1.需要把mongodb的产品数据重新导出来一份。

2.mongodb 的配置部分的数据


All versions of fbbcbase with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
fancyecommerce/fecshop Version >=1.7.4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package fecmall/fbbcbase contains the following files

Loading the files please wait ....