Martvill provides a convenient way to put your application into maintenance mode for performing maintenance tasks, such as database migrations, software updates, and other maintenance tasks. When your application is in maintenance mode, a maintenance page is displayed to users who access the site, indicating that the site is down for maintenance.

There are three ways to disable maintenance mode in Martvill:

To disable maintenance mode in Martvill via the admin panel, follow the steps below:

Step 1: Log in to the Martvill admin panel using your admin credentials.

Step 3: Toggle the “Enable Maintenance Mode” switch to the off position.

Step 4: Click the “Save” button to save your changes.

Once you have completed these steps, your Martvill e-commerce platform will be out of maintenance mode and accessible to users.

To disable maintenance mode in Martvill using artisan command:

To disable maintenance mode in Martvill using the artisan command, follow the steps below:

Step 1: Open the terminal and navigate to the root directory of your Martvill application.

Step 2: Run the following command:

php artisan up

This will disable the maintenance mode and make your application available to users


To disable maintenance mode in Martvill by deleting the maintenance file, follow the steps below:

You can use an FTP client or the file manager provided by your hosting provider. Here are the steps:

Step 1: Open your FTP client or file manager provided by your hosting provider.

Step 2: Navigate to the root directory of Martvill application.

Step 3: Navigate to the storage/framework directory.

Step 4: Find and select the down file.

Step 5: Delete the down file. The specific steps for deleting a file may vary depending on your FTP client or file manager, but it is usually as simple as right-clicking the file and selecting “Delete” or pressing the “Delete” key on your keyboard.

Step 6: Verify that the down file has been deleted. You can do this by refreshing the file view or by navigating to the down file and ensuring that it is no longer present.

Step 7: Check your application to make sure it is now accessible to users.

Once you have completed these steps, your Martvill application will be out of maintenance mode and accessible to users.