Implementation Guides
🗃️ Product Type
4 items
📄️ Sending Emails & Notifications
ClientXCMS uses Laravel's notification system to send emails to users and administrators. Notifications allow you to customize messages sent via email using CLIENTXCMS templates.
📄️ Payment Gateway
Payment gateways allow you to add new payment methods to your client area. For successful integration, you need to follow a consistent structure and implement the interface provided by CLIENTXCMS. We will walk through step by step how to implement a new payment gateway.
📄️ Navigation & Menu
Menus are navigation elements added either to the administration interface or the client interface. To add menu items, you must use the AdminMenuItem class for administration and FrontMenuItem class for clients. These classes inherit from AbstractMenuItem, which defines the basic properties of a menu item.
📄️ Settings
In ClientXCMS, you can add cards and items to the settings interface to manage extension configurations or specific settings on the settings page.