Download the PHP package orba/module-csp without Composer
On this page you can find all versions of the php package orba/module-csp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package module-csp
Mage2 Module Lingaro Csp
``lingaro/module-csp``
- Main Functionalities
- Installation
- Configuration
- Specifications
- Attributes
Main Functionalities
Installation
* = in production please use the --keep-generated
option
Type 1: Zip file
- Unzip the zip file in
app/code/Lingaro
- Enable the module by running
php bin/magento module:enable Lingaro_Csp
- 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
- private repository
- 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 lingaro/module-csp
- enable the module by running
php bin/magento module:enable Lingaro_Csp
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Configuration
Specifications
-
Controller
- frontend > csp/index/index
- Plugin
- beforeS - Lingaro\Csp > Plugin\Lingaro\Csp
Attributes
All versions of module-csp with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.1.3||~7.2.0||~7.3.0
magento/framework Version 102.0.*
magento/module-csp Version 100.3.*
magento/module-backend Version 101.0.*
magento/module-config Version 101.1.*
magento/framework Version 102.0.*
magento/module-csp Version 100.3.*
magento/module-backend Version 101.0.*
magento/module-config Version 101.1.*
The package orba/module-csp contains the following files
Loading the files please wait ....