Disable Maintenance Mode

When your application is in maintenance mode, all routes are temporarily inaccessible, and a custom “503 Service Unavailable” page is displayed. To restore normal operation, you need to disable maintenance mode. Below are all the possible ways to disable maintenance mode Disabling Maintenance Mode via Artisan Command The easiest way to disable maintenance mode is […]

Read More

API Authorization

Overview This documentation outlines the process of authorizing API access using an access token. The API requires a valid access token for certain endpoints to ensure secure communication and restrict unauthorized access. Enabling and Configuring API Access To manage API settings, follow these steps: Generating an Access Token To create an access token, follow these […]

Read More

Login With Martvill

This documentation outlines the steps required to integrate ‘Login with Martvill’ Single Sign-On (SSO) into your project. 1. Configuration Open the config/auth.php file in your project and add the following lines at the bottom: Obtain SSO Client Credentials: 2. Environment Configuration Open the .env file in the root directory of your project and add the […]

Read More

Subscription Usage

To use the subscription feature, the first step is to create a subscription plan. You can do this by accessing your admin dashboard and then proceeding to ‘Subscriptions’ and selecting ‘Plans’. General Once there, click on the ‘Add Plan’ button to initiate the plan creation process. This will lead you to the ‘Create Plan’ interface, […]

Read More

Subscription Settings

To access the subscription settings interface, navigate to the Admin panel, then go to Subscriptions → Settings. Downgrade: If the ‘downgrade’ option is enabled, customers can switch to a lower-priced subscription plan. This allows them to reduce their costs. However, if the downgrade option is not available, customers cannot switch to a lower plan. In […]

Read More

Martvill Manual Upgrade

WARNING Before updating Martvill backup your database and server files. After successfully replace all files, you need to run a command from your terminal To run this command, go to Martvill directory from the terminal and enter “php artisan optimize:clear” .

Read More

Martvill Manual Upgrade (1.4.0 – 1.5.0)

Step 1: Begin by visiting the following link. Once there, please download the file named ‘martvill manual 1.5.0.zip’ to your local computer. Step 2: After downloading the zip file in Step 1, move on to uploading it. Access your cPanel project directory where your ‘martvill’ project is stored. Once you’re in the correct directory, upload […]

Read More

Backup Artifism (files and database)

Backing up your Artifism system that ensures your data is protected in case of any unexpected data loss or corruption. It involves creating a copy of your website’s files and database, which you can use to restore your website in case of any mishap. In this documentation, we will cover the two steps involved in […]

Read More