Creating Menu Items through Plugin

To create a menu, you can use the ‘addMenuItem‘ helper in the MenuItemsTableSeeder run method. The ‘addMenuItem‘ helper takes three parameters. The first one is for the panel, the second one is for the menu name, and the third one is for an array. Example:

Read More

Martvill Changelog

For a comprehensive overview of our entire change log, kindly visit the following link. Link: https://martvill.canny.io/changelog

Read More

Plugin or Addon as Payment Gateway

Introduction This comprehensive guide aims to provide a detailed and descriptive walkthrough of the process involved in integrating a payment gateway into the Martvill platform using Laravel. By following these meticulous steps, you will be able to seamlessly enable payment processing for your online store. Step 1: Creating a Laravel Module The integration process begins […]

Read More

Disable maintenance mode of Martvill

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 […]

Read More

Backup Martvill (files and database)

Backing up your Martvill 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