
CRMEB Min is a lightweight, high-performance, open-source e-commerce system newly launched by CRMEB brand that is separated from the front and back ends. It has complete background rights management, membership management, order management, product management, customer service system, CMS management, multi-terminal management, Page DIY, data statistics, system configuration, combined data management, log management, database management, and one click to open SMS, product collection, logistics query and other interfaces. The system adopts the most popular and popular technologies such as TP6 +Mysql+Uniapp+iView+Redis+workerman+form-builder. It supports queues, PHP to quickly generate forms, long links, scheduled tasks, event subscriptions, chart statistics, table export, automatic interface documents, complete use of documents, interface documents and secondary documents, and more than a dozen development and exchange groups. CRMEB Min is your only choice for learning, communication and second project development. CRMEB empowers developers and helps enterprises develop!
Main characteristics:
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 and rear ends, making secondary development more convenient
4. Support queues
Reduced traffic peaks, decoupling, and high availability
5. Long connection
Reduce CPU and memory usage and network congestion, and reduce request response time
6. Seamless event mechanism
Behavior expansion is more convenient and convenient for secondary development
7. Quickly generate forms in the background
Backend application form-builder quickly adds, deletes, changes and checks without writing pages
8. Export of data tables
PHPExcel data export, exported tables are more beautiful and visible;
9. Strong background rights management
Multiple roles and multiple identities in the background are managed, permissions can be controlled to every operation, and every button can control permissions
Installation:
1. One-click installation
Upload your code, site entry directory settings/public Enter your domain name or IP (for example: www.crmeb.com) in your browser, and the installer will automatically perform the installation. During this period, the system will remind you to enter 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 portal is index.php
Background access address:
Domain Name/admin
Access address for public account and H5 homepage:
Domain name/Note mobile mode access
Tip: Normal access is the first medium mode. If the first type of access cannot be reached, please check whether URL rewriting is configured.
Please remember your account and password during the installation process!
reinstall
1. clear database
2. Delete the/public/install/install.lock file
2. Manual installation
1. Create a database and pour it into a database file
Database file directory/public/install/crmeb.sql
2. Modify 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. Background login: http://domain name/admin Default account: admin Password: crmeb.com
Comments0