Update log:
v2.4.6
Fixed an issue with the installation process inheriting database modified extensions
Nxcrm is a customer management system that includes functions such as leads, business opportunities, contracts, collections, customers, attachments, contacts, and follow-up updates. Includes most functions required for customer management. We will add mini program functions in later versions. Stay tuned.
Username/password in demo address: admin
Leads, business opportunities, customer contracts, contacts, follow-up, payment attachments, contract electronic file backup, theme switching, data statistics, applet version docking with Pagoda API
Connect with WeQing customer data
environment:
PHP>=7.1.0
Laravel7.*
FileinfoPHPExtension
Install:
Method 1 points the website and directory to the public directory and modifies the database connection method in the .env file in the root directory. Then run the following command:
composerupdate
Then execute the following command
phpartisanadmin:install
Then perform database migration
phpartisanmigrate
Modify the pseudo-static rule to
try_files$uri$uri/@rewrite;
location@rewrite{
rewrite^/(.*)$/index.php?_url=/$1;
}
After starting the service, open http://localhost/admin in the browser and log in using the username admin and password admin.
Method two
1. Point the website and directory to the public directory.
2. Rename the root directory .env.example to .env. Modify the database connection method in the .env file.
3. Unzip the vendor.zip in the root directory to the current directory. After unzipping, there will be an additional vendor folder in the project root directory.
4. Delete vendor.zip, it is useless.
5. Then import the laravelcrm.sql file in the root directory into the database. This file comes with some demo data.
6. Modify the pseudo-static rule to
try_files$uri$uri/@rewrite;
location@rewrite{
rewrite^/(.*)$/index.php?_url=/$1;
}
7. Set the permissions of the following two directories to 777
bootstrap/cache
storage
8. Open http://localhost/admin in the browser and log in using the username admin and password admin.