Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.58 KB

File metadata and controls

48 lines (33 loc) · 1.58 KB

Magento 2: Working with ArraySerialized

1. Description

Magento 2 module to illustrate work with ArraySerialized backend model. How to create system configuration field, set default value, use serialized value in blocks / models.

2. How to install

Install via composer (recommend)

Run the following command in Magento 2 root folder:

composer require elpas0/magento2-configuration-arrayserialized
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:clean

Install ready-to-paste package

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
  • Logout and Login again to avoid "Access denied" 404 error in system configuration.

Contributors

NWDthemes team

License

Open Source License

Quick Links