PHP code example of ceymox / module-style-smuggler-shield
1. Go to this page and download the library: Download ceymox/module-style-smuggler-shield library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ceymox / module-style-smuggler-shield example snippets
bash
composer nto module:enable Ceymox_StyleSmugglerShield
php bin/magento setup:upgrade
php bin/magento cache:flush
bash
cd <magento-root>
mkdir -p app/code/Ceymox
git clone [email protected]:Ceymox/StyleSmugglerShield.git app/code/Ceymox/StyleSmugglerShield
php bin/magento module:enable Ceymox_StyleSmugglerShield
php bin/magento setup:upgrade
php bin/magento cache:flush