Elightwalk Core Extension.
Elightwalk_Core extension provides the basic requirements for other elightwalk modules.
Go to Magento root and then below commands
composer require elightwalk/magento2-core
php bin/magento module:enable Elightwalk_Core
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento c:f
php bin/magento c:c
2.4.6, 2.4.5
=> Add "Secret Key" in system configuration
=> Remove restoreQuote functionality from graphql and rest api, create new separate module
=> Created new file Config.php instead of Data.php
=> Add a "Configuration" menu to maintain the configuration of other module.
=> Restore quote api and graphql implement.