All Projects → abelbm → magento2-disable-frontend

abelbm / magento2-disable-frontend

Licence: GPL-3.0 license
Magento 2 module to disable frontend

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to magento2-disable-frontend

module-translation
magefan.com/magento-2-translation-extension
Stars: ✭ 35 (+20.69%)
Mutual labels:  magento, magento2
Magento2-Twig
Twig Template Engine for Magento2
Stars: ✭ 58 (+100%)
Mutual labels:  magento, magento2
customer-ajax-login
Free magento 2 extension for Popup and AJAX based Login and Sign Up | Manish Joy
Stars: ✭ 14 (-51.72%)
Mutual labels:  magento, magento2
module-blog-comments-recaptcha
module-blog-comments-recaptcha
Stars: ✭ 17 (-41.38%)
Mutual labels:  magento, magento2
magento2-sample-imageuploader
A Magento 2 sample module demonstrating how to upload an image file within a grid and form UI Component.
Stars: ✭ 27 (-6.9%)
Mutual labels:  magento, magento2
magento2-checkout-success-misc-script
Add Miscellaneous HTML and JavaScript codes to Magento2 checkout conformation page
Stars: ✭ 26 (-10.34%)
Mutual labels:  magento, magento2
magento-ngrok
Magento 2 module for ngrok.io service support
Stars: ✭ 45 (+55.17%)
Mutual labels:  magento, magento2
DiscountCodeUrl
Magento 2 module that applies a discount code automatically via URL
Stars: ✭ 33 (+13.79%)
Mutual labels:  magento, magento2
module-geoip
Detect Country by IP in Magento 2
Stars: ✭ 51 (+75.86%)
Mutual labels:  magento, magento2
mage2docker
A performant, replicable, and production-like alpine Magento 2 local development environment that leverages Docker.
Stars: ✭ 37 (+27.59%)
Mutual labels:  magento, magento2
nosto-magento2
marketplace.magento.com/nosto-module-nostotagging.html
Stars: ✭ 19 (-34.48%)
Mutual labels:  magento, magento2
module-lazyload
magefan.com/magento-2-image-lazy-load-extension
Stars: ✭ 47 (+62.07%)
Mutual labels:  magento, magento2
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (+48.28%)
Mutual labels:  magento, magento2
Dev-Tools-Magento-2-Module
A collection of utilities meant to improve the experience of developing modules for Magento without breaking existing functionality.
Stars: ✭ 18 (-37.93%)
Mutual labels:  magento, magento2
bestsellers-sorting-m2
Bestsellers sorting of products in categories for Magento 2
Stars: ✭ 24 (-17.24%)
Mutual labels:  magento, magento2
module-catalog
Fixes for some known Magento 2 issues in Catalog
Stars: ✭ 23 (-20.69%)
Mutual labels:  magento, magento2
magento
Free PWA & SPA for Magento
Stars: ✭ 34 (+17.24%)
Mutual labels:  magento, magento2
taxjar-magento2-extension
Magento 2 Sales Tax Extension by TaxJar
Stars: ✭ 23 (-20.69%)
Mutual labels:  magento, magento2
magento2-pimcore-bridge
Magento 2 module for Pimcore integration.
Stars: ✭ 28 (-3.45%)
Mutual labels:  magento, magento2
magento-2-security
Magento 2 Security extension FREE. Security extension gives store owners the ability to detect the IP addresses that are intentionally attacking their store at any given time. Therefore, they have timely measures to prevent this issue such as blocking those IP addresses or sending warning emails to store owners.
Stars: ✭ 40 (+37.93%)
Mutual labels:  magento, magento2

Disable Frontend in Magento 2

Disable the frontend in Magento 2 for using only the Admin and the API routes.

1 - Installation Disable Frontend

Manual Installation

Install Disable Frontend for Magento2

  • Download the extension
  • Unzip the file
  • Create a folder {Magento root}/app/code/Abelbm/DisableFrontend
  • Copy the content from the unzip folder
Using Composer
composer require abelbm/magento2-disablefrontend

2 - Enable Disable Frontend

  • php bin/magento module:enable Abelbm_DisableFrontend
  • php bin/magento setup:upgrade
  • php bin/magento cache:flush
  • php bin/magento setup:di:compile

3 - Change the frontend redirect

Stores > Configuration > Advanced > Admin > Disable Frontend

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].