05/07/2024
How to Use ViewModel in Magento 2: A Simple Guide
Instead of stuffing your block classes with business logic, you can use ViewModels to handle specific tasks related to data processing and then pass this data to your templates. This approach keeps…
23/07/2024
Deprecated Functionality: strip_tags(): Passing null to parameter #1
Fixing deprecated Functionality: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated
22/08/2024
How to Get Admin URL in Magento 2
Learn how to retrieve the Admin URL in Magento 2 using the command line, programmatically, or via the database.
03/09/2024
How to Enable Maintenance Mode in Magento 2?
Enabling maintenance mode in Magento 2 is a crucial step when performing updates or troubleshooting your store. This mode allows you to take your site offline temporarily, ensuring that customers…





