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

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