Download the PHP package outeredge/magento-base-module without Composer
On this page you can find all versions of the php package outeredge/magento-base-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download outeredge/magento-base-module
More information about outeredge/magento-base-module
Files in outeredge/magento-base-module
Package magento-base-module
Short Description Magento 2 Base Module by outer/edge
License MIT
Informations about the package magento-base-module
outer/edge Magento Base Module
This module provides the following useful features for Magento 2:
Admin
- Additional widget types
- Image picker
- Text field
- Enabled
anchor
button in WYSIWYG - Banner images for CMS pages - adds an option to upload a banner image to all page in
Content > Pages
which can be pulled through to the frontend. Create
section in admin menu for quick actions:- Create new order
- Create product
- Enforces media URL seen by the admin to be NULL always (i.e. so CDN isn't used)
SEO
- Canonical URL improvements
- Add canonical URL for all CMS pages
- Include pagination in category canonical URLs as per Google Recommendation
- Set robots meta tag to
NOINDEX/NOFOLLOW
for:- Common query strings such as list ordering, limit, store codes etc
- Search results
- Product review list
- Forces a 404 HTTP response for placeholder images
- Adds preconnect headers for google.com/gstatic.com
Cookiebot & Termly
- Don't move cookiebot tags to footer when move JS to footer is enabled
- Block YouTube cookies unless Cookiebot has given consent (Enabled by default)
- Cookiebot declaration template for use on cookie policy CMS page
- Import Termly generated Cookie Policy for use on cookie policy CMS page
API
/rest/V1/site_status/get
- To remotely obtain recent config changes and indexer statuses
Developer Tools
- Helper classes:
- Asset helper - get assets
- Image helper - get media images and resize, crop etc.
- Config helper - get values from Magento config
- Console commands
outeredge:nuke
for removing all cache and static filesouteredge:config
lists all recent config changes
- Adds support for newer version of MariaDB
- Disables jQuery mutate console messages
Console Commands
Command | Description |
---|---|
$ bin/magento outeredge:config |
Show recent core_config_data changes |
$ bin/magento outeredge:nuke |
Remove generated + static files and flushes cache) |
Cookiebot Declaration
To add the Cookiebot cookie declaration form into your cookie policy CMS page, add the following snippet into the CMS page in the Magento admin:
Termly Cookie Policy
To add the Termly cookie policy into your cookie policy CMS page, add the following snippet into the CMS page in the Magento admin:
Multistore projects
Add multistore.php
to the top of the composer.json
autoload/files section to allow separate config files (and thus databases) per store on the same instance/repository:
-
Add to
composer.json
: - Then create individual env.php files for each, naming them
env.php.STORE_CODE
replacingSTORE_CODE
as applicable.
All versions of magento-base-module with dependencies
magento/product-community-edition Version >=2.4.4
outeredge/googlecloudstorage Version ^2.0
outeredge/magento-limitrole-module Version ^1.0
outeredge/magento-layout-module Version ^3.4
outeredge/magento-bulk-actions Version ^1.0
outeredge/magento-language-en_gb-module Version ^1.0
outeredge/magento-opentelemetry-module Version ^1.0
eliashaeussler/cache-warmup Version *