Installation
Settings
Mailer gateways
- Reply to : An email address to which users messages will be sent when they try to reply to your messages.
- Forward to : An email address to which users email messages will be resent. E.g, when a user send you a message, the message will be sent to your server email account and also to your gmail address.
- Queueing messages : This if enabled, will put email messages in the queue to be sent later and avoid waiting for the mail server to complete the task immediately. We need to create a cron job for it before we enable it.
- You can create a cron job from your server "cPanel" >> "Cron jobs".
- Example of a cron job command : /usr/local/bin/php /absolute_path_to_your_domain_name_folder/artisan queuedMails:send >> /dev/null 2>&1
- Test mailer connection : you can check if the credentials are correct and get a response if the connection is "success" or an error message.
Payment gateways
Files Hosts
Social login
Search engines
Advertisment
Chat
Note: You can enable only one service at a time.
Captcha
Translations
Products Licenses
Products
Coupons
CD keys, Accounts, Licenses ...
Transactions
Payment link
Newsletter
Newsletter
Support Messages
Validate licenses (Form & REST API)
Sitemap
Assets
3.0.0 Upgrade
- Before you proceed to the upgrade, please check the payment services you are using to see if a webhook is required or not. Webhooks have just been used in this version.
-
Again, before you proceed to the upgrade, i highly recommend you to create a backup for your website, both script and database, and, i highly recommend you to apply the upgrade in a copy of your script+database to avoid any problem, if the upgrade is done correctly then execute it on your original script+database.
If your website is at an insignificant stage (you have not started yet), you can omit the recommendation above and execute the upgrade directly or remove your old script + drop your database tables and launch a new installation with the new version. - Installation steps :
- Move "upgrade" folder from the extracted zip file to your website document root ("/public" folder)
- Move "Script" folder from the extracted zip file to "/upgrade/releases/2.0.1/" (where you have an empty file named 'PLACE_THE_SCRIPT_FOLDER_HERE')
- Access the upgrade folder via the address bar (e.g. https://example.com/upgrade)
- The old versions should be disabled and the new one have a Yellow button to execute the upgrade. If you see 2.0.1 enabled, just ignore it and install 3.0.0 directly.
- Click on "Execute" to install the new update.
- Once the upgrade is done, you will be redirected back to the available upgrades page, but, this time the latest one will be disabled also.
- Click on "Home" in the top menu to go back to your website home page.
- Remove the "upgrade" folder from your Document root ("/public" folder).
Note : If you face any error during or after the installation, please send me the error log file that you will find in "storage/logs" folder, you can send it to contact@codemayer.net
To faster the processes, you can attach your FTP credentials to the log file.