Daily Magento Tips (@dailymagento) 's Twitter Profile
Daily Magento Tips

@dailymagento

It's easy to miss gems in devdocs. DMT is here for you fellow Devs! #Magento #Magento2 #Ecommerce #PHP #AdobeCommerce
Humble opinions and tips are shared here.

ID: 1367998838729027586

calendar_today06-03-2021 00:43:34

102 Tweet

199 Followers

253 Following

Daily Magento Tips (@dailymagento) 's Twitter Profile Photo

Use these methods where you to retrieve config 🟠 isSetFlag is to retrieve boolean config values 🟠 getValue to retrieve any value (returns mixed)

Use these methods where you to retrieve config

🟠 isSetFlag is to retrieve boolean config values
🟠 getValue to retrieve any value (returns mixed)
Daily Magento Tips (@dailymagento) 's Twitter Profile Photo

💿When a module removed/installed via composer it's automatically removed from /added to config.php after setup upgrade command. 'bin/magento module:enable' is not needed. #DailyMagentoTips #Magento #AdobeCommerce

💿When a module removed/installed via composer it's automatically removed from /added to config.php after setup upgrade command. 

 'bin/magento module:enable' is not needed.

#DailyMagentoTips #Magento #AdobeCommerce
Daily Magento Tips (@dailymagento) 's Twitter Profile Photo

📨MessageManager lets you do use your own template on your messages. Follow the steps : - addComplexSuccessMessage - use MessageConfigurationsPool in di.xml - add your phtml template file

📨MessageManager lets you do use your own template on your messages. 

Follow the steps : 

- addComplexSuccessMessage
- use MessageConfigurationsPool in di.xml
- add your phtml template file
Daily Magento Tips (@dailymagento) 's Twitter Profile Photo

i18n 🔄 Magento 2 has a command to collect translations phrases to a csv file so you don't miss any translations. Let's see how i18n:collect-phrases command is used 👇

i18n 🔄 Magento 2 has a command to collect translations phrases to a csv file so you don't miss any translations.

Let's see how  i18n:collect-phrases command is used 👇
Daily Magento Tips (@dailymagento) 's Twitter Profile Photo

Magento now. recommends OpenSearch instead Elasticsearch 👇 ". Adobe Commerce and Magento Open Source versions 2.4.4, 2.4.3-p2, and 2.3.7-p3 support the OpenSearch service" devdocs.magento.com/cloud/project/…