update lists
This commit is contained in:
@@ -59,35 +59,46 @@ Also see:
|
||||
|
||||
- [MageUnconference 🇩🇪](https://www.mageunconference.org/) - A Magento Unconference in Germany.
|
||||
- [MageUnconference 🇳🇱](https://mageunconference.nl/) - A Magento Unconference in the Netherlands.
|
||||
- [meet commerce](https://meetcommerce.tech/) - A eCommerce focused Conference in Madrid/Spain.
|
||||
- [Meet Commerce](https://www.meetcommerce.com/) - A global series of conferences focused on commerce and innovation.
|
||||
|
||||
### Meet Magento
|
||||
|
||||
Meet Magento Events bring together everyone from merchants through developers, solution and technology providers, and
|
||||
marketers—and we continue to expand.
|
||||
[Meet Magento events](https://www.meet-magento.com/) bring together everyone from merchants through developers, solution and technology providers, and
|
||||
marketers—and we continue to expand.
|
||||
|
||||
- [Meet Magento New York](https://meetmagentonyc.com/) - Meet Magento New York
|
||||
- [Meet Magento UK](https://uk.meet-magento.com/) - Meet Magento UK
|
||||
- [Meet Magento Baltics](https://meetmagentobaltics.com/) - Meet Magento Baltics
|
||||
- [Meet Magento Baltics](https://meetmagentobaltics.com/)
|
||||
- [Meet Magento Brazil](https://meetmagentobrasil.org/)
|
||||
- [Meet Magento Florida](https://meetmagentofl.com/)
|
||||
- [Meet Magento India](https://www.meetmagento.in/)
|
||||
- [Meet Magento Malaysia](https://www.meetmagento.asia/)
|
||||
- [Meet Magento Netherlands](https://nl.meet-magento.com/)
|
||||
- [Meet Magento New York City](https://meetmagentonyc.com/)
|
||||
- [Meet Magento Poland](https://meetmagento.pl/)
|
||||
- [Meet Magento Romania](https://ro.meet-magento.com/)
|
||||
- [Meet Magento Singapore](https://meetmagento.sg/)
|
||||
- [Meet Magento UK](https://meet-magento.co.uk/)
|
||||
|
||||
## Front-ends
|
||||
|
||||
## Frontends
|
||||
The storefront of Magento 2 can be styled in numerous ways:
|
||||
|
||||
- **Luma** (`Magento/luma`) - This is actually a default demo theme of Magento 2 itself, which again extends from `Magento/blank` which extends from the core. But more often, the name Luma refers to the entire stack: XML layout generates a tree-structure of blocks and containers, which eventually render via PHTML templates. The server-side rendered HTML is enriched with CSS (compiled from LESS source files) and JavaScript (RequireJS, KnockoutJS, jQuery).
|
||||
- **Adobe PWA Studio** - A new headless frontend, created by Adobe/Magento, based on ReactJS. It makes GraphQL calls to the Magento GraphQL API to retrieve data. The frontend offers Venia (a demo theme and UI component library), Peregrine (React hooks), Buildpack (Webpack configuration) and UPWARD (a middleware for SSR and image optimization).
|
||||
- **Hyvä** ([hyva.io](https://hyva.io/)) - An alternative for Luma, which replaces the LESS/CSS with TailwindCSS and the JavaScript with AlpineJS. Currently, it is only available via a commercial license. But for that price, the team works hard to create compatibility modules for 3rd party modules, give support and make the entire solution more and more versatile.
|
||||
- **Vue Storefront**
|
||||
- **Alokai** (_ex: Vue Storefront_) ([github.com/vuestorefront/vue-storefront](https://github.com/vuestorefront/vue-storefront))
|
||||
- **DEITY**
|
||||
- **ScandiPWA**
|
||||
- **Breeze Evolution** - A 100 pagespeed score frontend theme that is compatible with all Luma-based extensions. [breezefront.com](https://breezefront.com/themes)
|
||||
- **ScandiPWA** ([github.com/scandipwa/scandipwa](https://github.com/scandipwa/scandipwa))
|
||||
- **Breeze Evolution** ([breezefront.com](https://breezefront.com/themes)) - A 100 pagespeed score frontend theme that is compatible with all Luma-based extensions.
|
||||
- **Front-Commerce** ([front-commerce.com](https://www.front-commerce.com/))- Front-Commerce is an innovative, advanced, ready-to-use PWA (Progressive Web App) front-end solution developed in France for Magento stores.
|
||||
|
||||
## Tools
|
||||
|
||||
- [n98-magerun2](https://github.com/netz98/n98-magerun2) - The CLI Swiss Army Knife for Magento 2.
|
||||
- [RabbitMQ Retry Mechanism](https://github.com/run-as-root/magento2-message-queue-retry) - Magento 2 extension that brings possibility to retry RabbitMQ failed messages
|
||||
- [MageForge](https://github.com/OpenForgeProject/mageforge) - Magento 2 Cli automatic Theme(s) Builder (Hyvä ready)
|
||||
- [Documentation Search for Alfred](https://github.com/DavidLambauer/Alfred-Workflow-Magento-2-DevDocs-Search) - Easily
|
||||
integrate the official Magento 2 Search into your Alfred Workflows.
|
||||
- [Tablerates Generator](https://elgentos.nl/tablerates/) - Generate Tablerates with an online Tool.
|
||||
- [Tablerates Generator](https://www.tableratesgenerator.com/) - Generate Tablerates with an online Tool.
|
||||
- [Pestle](https://github.com/astorm/pestle) - Code Generation Tool by Alan Storm.
|
||||
- [Mage2Gen](https://mage2gen.com/) - Online Module Creator.
|
||||
- [Mage Chrome Toolbar](https://github.com/magespecialist/mage-chrome-toolbar) - A MUST-HAVE Chrome Extension for
|
||||
@@ -96,24 +107,24 @@ The storefront of Magento 2 can be styled in numerous ways:
|
||||
- [magento2docker](https://github.com/aliuosio/magento2docker) - MariaDB, PHP , Redis, ElasticSearch in one dockerfile for fast demo and deveopment enviroment
|
||||
- [markshust/docker-magento](https://github.com/markshust/docker-magento) - Mark Shust's Docker Configuration for
|
||||
Magento
|
||||
- [Warden](https://github.com/davidalger/warden) - A CLI utility for working with docker-compose environments
|
||||
- [Warden](https://github.com/wardenenv/warden) - A CLI utility for working with docker-compose environments
|
||||
by [David Alger](https://davidalger.com/)
|
||||
- [DDEV](https://github.com/ddev/ddev) - A open source tool for launching local web development environments in minutes. It supports PHP, Node.js, and Python.
|
||||
- [AmpersandHQ/ampersand-magento2-upgrade-patch-helper](https://github.com/AmpersandHQ/ampersand-magento2-upgrade-patch-helper)
|
||||
- Helper script to aid upgrading magento 2 websites by detecting overrides.
|
||||
- [AmpersandHQ/ampersand-magento2-upgrade-patch-helper](https://github.com/AmpersandHQ/ampersand-magento2-upgrade-patch-helper) - Helper script to aid upgrading magento 2 websites by detecting overrides.
|
||||
- [PhpStorm Magento2 Extension](https://github.com/magento/magento2-phpstorm-plugin) - Official PhpStorm Magento2
|
||||
Extension.
|
||||
- [PhpInsights](https://github.com/nunomaduro/phpinsights) - PHP quality checks (with Magento2 presets)
|
||||
- [Tango](https://github.com/roma-glushko/tango) - CLI for analyzing access logs
|
||||
- [Masquerade](https://github.com/elgentos/masquerade) - Faker-driven, configuration-based, platform-agnostic,
|
||||
locale-compatible data faker tool
|
||||
- [Magento 2 Composer patches helper](https://chrome.google.com/webstore/detail/magento-2-composer-patche/gfndadbceejgfjahpfaijcacnmdloiad)
|
||||
- Chrome extension to create copy-pastable composer patch definition for vaimo/composer-patches.
|
||||
- [Magento 2 Composer patches helper](https://chrome.google.com/webstore/detail/magento-2-composer-patche/gfndadbceejgfjahpfaijcacnmdloiad) - Chrome extension to create copy-pastable composer patch definition for vaimo/composer-patches.
|
||||
- [Migrate DB Magento 2 Commerce to Magento 2 Open-Source](https://github.com/opengento/magento2-downgrade-ee-ce)
|
||||
- [Magento 2 Database Synchronizer](https://github.com/jellesiderius/mage-db-sync) - Database synchronizer for Magento 2 (and Wordpress), based on Magerun2. Keeping development, staging and production in sync easily.
|
||||
- [Subodha Magento2 Gulp Integration](https://github.com/subodha/magento-2-gulp) - Magento 2 Gulp Integration
|
||||
- [Magento 2 Url Data Integrity Checker](https://github.com/baldwin-agency/magento2-module-url-data-integrity-checker) - Magento 2 module which can find potential url related problems in your catalog data
|
||||
-
|
||||
- [Mage Wizard](https://github.com/clickAndMortar/mage-wizard) - Local web UI to view and create automatically modules, plugins, configs, observers, commands, crontabs, etc. directly in Magento 2 codebase
|
||||
- [Mage](https://github.com/GrimLink/mage) - Simplifies bin/magento commands by adding helpful shortcuts and time-saving tools to enhance your productivity.
|
||||
- [Magento Log Viewer - A Visual Studio Code Extension ](https://marketplace.visualstudio.com/items?itemName=MathiasElle.magento-log-viewer) - Provides a convenient way to view, watch and manage Magento log files and reports directly in your workspace.
|
||||
|
||||
## Open Source Extensions
|
||||
|
||||
@@ -127,8 +138,8 @@ The storefront of Magento 2 can be styled in numerous ways:
|
||||
cache:clean with file watcher by Vinai Kopp](https://twitter.com/vinaikopp)
|
||||
- [Developer Toolbar](https://github.com/mgtcommerce/Mgt_Developertoolbar) - Magento 2 Developer Toolbar.
|
||||
- [Advanced Template Hints](https://github.com/ho-nl/magento2-Ho_Templatehints) - Magento 2 Template Hints Helper.
|
||||
- Scopehints](https://github.com/avstudnitz/AvS_ScopeHint2) - Displays additional information in the Store Configuration
|
||||
by [Andreas von Studnitz.
|
||||
- [Scope Hints](https://github.com/avstudnitz/AvS_ScopeHint2) - Displays additional information in the Store Configuration
|
||||
by Andreas von Studnitz.
|
||||
- [Magento 2 Configurator](https://github.com/ctidigital/magento2-configurator) - A Magento module initially created by
|
||||
CTI Digital to create and maintain database variables using files.
|
||||
- [Auto Cache Flush](https://github.com/yireo/Yireo_AutoFlushCache) - Magento 2 module to automatically flush the cache.
|
||||
@@ -143,6 +154,10 @@ The storefront of Magento 2 can be styled in numerous ways:
|
||||
- [bitExpert/phpstan-magento](https://github.com/bitExpert/phpstan-magento) - Magento specific extension for PHPStan
|
||||
- [Dot Env](https://github.com/zepgram/magento-dotenv) - Magento 2 Environment Variable Component - Implementing Symfony Dotenv.
|
||||
- [Rest Client](https://github.com/zepgram/module-rest) - Technical Magento 2 module providing simple development pattern, configurations and optimizations to make REST API requests toward external services based on Guzzle Client.
|
||||
- [Magento 2 Model Generator / CRUD Generator](https://www.model-generator.com/) - A more up-to-date version of a Magento 2 Model & CRUD Generator by [Michiel Gerritsen](https://github.com/michielgerritsen)
|
||||
- [Simon's Troubleshooting Guide](https://gist.github.com/ProcessEight/000245eac361cbcfeb9daf6de3c1c2e4) - A list with the most common errors you encounter during development.
|
||||
- [Magewire PHP](https://github.com/magewirephp) - A Laravel Livewire port for building complex AJAX-based components with ease. Used by the Hyvä Checkout.
|
||||
- [Yireo LokiComponents](https://github.com/yireo/Yireo_LokiComponents) - A library for building AJAX-driven form components with ease. Used by the Yireo Loki Checkout.
|
||||
|
||||
### Deployment
|
||||
|
||||
@@ -232,11 +247,11 @@ The storefront of Magento 2 can be styled in numerous ways:
|
||||
Fuzzyfyr module for Magento2 replaces real content with dummy content. This is for development purposes, e.g. save
|
||||
time to prepare test data and matching GDPR restrictions.
|
||||
- [Disable Stock Reservation](https://github.com/AmpersandHQ/magento2-disable-stock-reservation) - This module disables the inventory reservation logic introduced as part of MSI in Magento 2.3.3.
|
||||
- [Product Links Navigator](https://github.com/elninotech/ElNino_ProductLinksNavigator) - Enhances admin product-to-product navigation. Adds direct frontend/backend links to products in grids and modals, and "Parent Products" tab.
|
||||
|
||||
### Security
|
||||
|
||||
- [Magento Patch Repository](https://github.com/brentwpeterson/magento-patches) - Every Magento Patch you need all in
|
||||
one place
|
||||
- [Magento Quality Patches](https://experienceleague.adobe.com/tools/commerce-quality-patches/index.html) - Every Magento / Adobe Commerce patch you need all in one place
|
||||
|
||||
### Payment Service Provider
|
||||
|
||||
@@ -277,6 +292,7 @@ The storefront of Magento 2 can be styled in numerous ways:
|
||||
|
||||
- [Alan Storm](http://alanstorm.com/category/magento-2/)
|
||||
- [Fabian Schmengler](https://www.schmengler-se.de/)
|
||||
- [Jigar Karangiya](https://jigarkarangiya.com/)
|
||||
|
||||
### Company Blogs
|
||||
|
||||
@@ -305,8 +321,7 @@ The storefront of Magento 2 can be styled in numerous ways:
|
||||
- [MageTitans USA/Texas 2016](https://www.youtube.com/playlist?list=PLwB4Uz_0hoVOLU7LPRNL4lAmJeAv7HQ-b)
|
||||
- [Max Bucknell Magento 2 Javascript](https://www.youtube.com/watch?v=tHxebA-jOSo)
|
||||
- [Max Pronko DevChannel](https://www.youtube.com/channel/UCxbWGz6h6KNQsi2ughRUV2Q)
|
||||
- [The Magento 2 Beginner Tutorial Class](https://www.youtube.com/playlist?list=PLtaXuX0nEZk9eL59JGE3ny-_GAU-z5X5D&utm_content=buffer797bf&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer)
|
||||
- Free YouTube Series for learning Magento 2.
|
||||
- [The Magento 2 Beginner Tutorial Class](https://www.youtube.com/playlist?list=PLtaXuX0nEZk9eL59JGE3ny-_GAU-z5X5D&utm_content=buffer797bf&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer) - Free YouTube Series for learning Magento 2.
|
||||
- [Vinai Kopp Mage2Katas](https://www.youtube.com/channel/UCRFDWo7jTlrpEsJxzc7WyPw)
|
||||
- [Mage2.tv](https://www.mage2.tv) - Magento 2 Developer Screencasts by Vinai Kopp
|
||||
- [magento-notes/magento2-exam-notes](https://github.com/magento-notes/magento2-exam-notes) - Preparation notes for
|
||||
@@ -317,6 +332,7 @@ The storefront of Magento 2 can be styled in numerous ways:
|
||||
Magento 2 Certified Professional Developer Plus exam
|
||||
- [fisheye-academy/m2cpfed-training](https://github.com/fisheye-academy/m2cpfed-training) - Resources for the Magento 2
|
||||
Certified Professional Front End Developer exam
|
||||
- [Yireo Training](https://www.yireo.com/training) - Various Magento 2 courses for backend and frontend development
|
||||
|
||||
---
|
||||
|
||||
@@ -334,8 +350,7 @@ The storefront of Magento 2 can be styled in numerous ways:
|
||||
- [Magento Github Repository](https://github.com/magento/magento2) - Github Repository.
|
||||
- [Magento Developer Blog](https://community.magento.com/t5/Magento-DevBlog/bg-p/devblog?nobounce=) - Developer Blog by
|
||||
Magento.
|
||||
- [Magento 2 data migration tool](https://github.com/magento/data-migration-tool) - Official Magento 1 to Magento 2
|
||||
migration tool.
|
||||
- [Magento 2 data migration tool](https://github.com/magento/data-migration-tool) - Official Magento 1 to Magento 2 migration tool.
|
||||
- [Magento Coding Standards](https://github.com/magento/magento-coding-standard) - Official Magento2 Advanced Set of
|
||||
Rules for PHP_CodeSniffer.
|
||||
- [Magento 2 Architecture](https://github.com/magento/architecture) - A place where Magento architectural discussions
|
||||
@@ -370,6 +385,7 @@ The storefront of Magento 2 can be styled in numerous ways:
|
||||
- [Aheadworks](https://www.aheadworks.com/)
|
||||
- [Altima](https://shop.altima.net.au/)
|
||||
- [Blue Jalappeno](http://bluejalappeno.com/)
|
||||
- [CustomGento](https://www.customgento.com/extensions/)
|
||||
- [Dotmailer](https://www.dotmailer.com/)
|
||||
- [Integer-net](https://www.integer-net.com/solr-magento/)
|
||||
- [Genmato](https://genmato.com/)
|
||||
@@ -387,7 +403,6 @@ The storefront of Magento 2 can be styled in numerous ways:
|
||||
- [WebShopApps](http://webshopapps.com/eu/)
|
||||
- [Yireo](https://www.yireo.com/)
|
||||
- [FireBear Studio](https://firebearstudio.com/)
|
||||
- [OneStepCheckout](https://onestepcheckout.com/)
|
||||
|
||||
> **Magento Extension Developers Network (ExtDN)**
|
||||
> The Magento Extension Developers Network (ExtDN) is a vetted network of extension developers whose core business is to
|
||||
@@ -423,3 +438,6 @@ the language packs!
|
||||
---
|
||||
|
||||
Thanks [MageTitans](http://www.magetitans.co.uk/) for sharing the Talks on YouTube.
|
||||
|
||||
[magento2.md Github](https://github.com/DavidLambauer/awesome-magento2
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user