UrlRestriction

Samples
UrlRestriction
Links


#Magento Module krish url restriction

``krish/module-urlrestriction``

- [Main Functionalities](#markdown-header-main-functionalities)
- [Installation](#markdown-header-installation)

## Main Functionalities
Krish Url restriction

## Installation
\* = in production please use the `--keep-generated` option

### Type 1: Zip file

- Unzip the zip file in `app/code/Krish`
- Enable the module by running `php bin/magento module:enable Krish_UrlRestriction`
- Apply database updates by running `php bin/magento setup:upgrade`\*
- Flush the cache by running `php bin/magento cache:flush`

### Type 2: Composer

- Make the module available in a composer repository for example:
- private repository `repo.magento.com`
- public repository `packagist.org`
- public github repository as vcs
- Add the composer repository to the configuration by running `composer config repositories.repo.magento.com composer https://repo.magento.com/`
- Install the module composer by running `composer require krish/module-urlrestriction`
- enable the module by running `php bin/magento module:enable Krish_UrlRestriction`
- apply database updates by running `php bin/magento setup:upgrade`\*
- Flush the cache by running `php bin/magento cache:flush`


More Information
Magento Version Compatibilit Magento 2.4.7, Magento 2.4.6
Platform Compability Open Source, Adobe Commerce, Adobe Commerce Cloud
Cache Compatibility Full Page Cache (FPC), Varnish
Locale Support Multilingual, Multicurrency, Multistore
API Support GraphQL
Usability User Experience, Performance Optimization
Copyright © 2013-present Magento, Inc. All rights reserved.