CRMEBMin is a new lightweight, high-performance, front-end and back-end separated open source e-commerce system launched by the CRMEB brand. It has complete background permission management, member management, order management, product management, customer service system, CMS management, multi-terminal management, and page management. DIY, data statistics, system configuration, combined data management, log management, database management, one-click opening of interfaces such as SMS, product collection, logistics query, etc. The system uses the latest technologies such as TP6+Mysql+Uniapp+iView+Redis+workerman+form-builder. Popular technology, supports queues, PHP rapid form generation, long links, scheduled tasks, event subscriptions, chart statistics, table export, automatic interface documents, complete usage documents, interface documents and secondary documents, and more than a dozen development exchange groups , CRMEBMin is your best choice for learning, communication and secondary project development. CRMEB empowers developers and helps enterprises develop!
Main features:
1. Open source without encryption
The source code is open source without encryption, with detailed code comments and a complete system manual.
2. System framework
Use the latest ThinkPHP6.0+Mysql+iview+uni-app+Redis+workerman
3. Standard interface
Standard interface, separation of front-end and back-end, making secondary development more convenient
4. Support queue
Reduce traffic peaks, decouple, and achieve high availability
5. Long connection
Reduce CPU and memory usage and network congestion, and reduce request response time
6. Seamless event mechanism
Behavior extension is more convenient and facilitates secondary development
7. Quickly generate forms in the background
The background application form-builder does not need to write pages to quickly add, delete, modify and check
8. Data table export
PHPExcel data export, the exported table is more beautiful and visual;
9. Powerful background permission management
Multiple roles and multiple identity permissions management in the background, permissions can be controlled in every step of operation, and permissions can be controlled in every button
Install:
1. One-click installation
Upload your code, set the site entrance directory to /public and enter your domain name or IP (for example: www.crmeb.com) in the browser, and the installation program will automatically perform the installation. During this period, the system will remind you to enter the database information to complete the installation. After the installation is completed, it is recommended to delete the index.php file in the install directory or rename it.
It is recommended that the default access file for the entrance is index.php
Backend access address:
Domain name/admin
Official account and H5 homepage access address:
Domain name/note mobile mode access
Tip: Normal access is the first mode. If you cannot access the first mode, please check whether URL rewriting is configured properly.
Please remember your account and password during the installation process!
Reinstall
1. Clear the database
2. Delete the /public/install/install.lock file
2. Manual installation
1. Create a database and import the database file
Database file directory/public/install/crmeb.sql
2. Modify the database connection file
Configuration file path/.env
APP_DEBUG=true
[APP]
DEFAULT_TIMEZONE=Asia/Shanghai
[DATABASE]
TYPE=mysql
HOSTNAME=127.0.0.1#Database connection address
DATABASE=test#database name
USERNAME=username#Database login account
PASSWORD=password#Database login password
HOSTPORT=3306#Database port
CHARSET=utf8
DEBUG=true
[LANG]
default_lang=zh-cn
[REDIS]
REDIS_HOSTNAME=127.0.0.1#redis link address
PORT=6379#Port number
REDIS_PASSWORD=123456#Password
SELECT=0#database
3. Modify directory permissions (linux system) 777/public/runtime
4.Backend login: http://domain name/adminDefault account: adminPassword: crmeb.com