All Projects → DanielSousa → rebuild-urlrewrite

DanielSousa / rebuild-urlrewrite

Licence: GPL-3.0 License
Rebuild Url Rewrite for magento 2

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to rebuild-urlrewrite

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 (-30.77%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
magento2-catalog-lazy-load
Improve the load time of your Magento 2 categories pages by loading your images on demand with our Lazy Load Extension
Stars: ✭ 56 (+115.38%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
DiscountCodeUrl
Magento 2 module that applies a discount code automatically via URL
Stars: ✭ 33 (+26.92%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
magento-ngrok
Magento 2 module for ngrok.io service support
Stars: ✭ 45 (+73.08%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
module-catalog
Fixes for some known Magento 2 issues in Catalog
Stars: ✭ 23 (-11.54%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
module-translation
magefan.com/magento-2-translation-extension
Stars: ✭ 35 (+34.62%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
module-geoip
Detect Country by IP in Magento 2
Stars: ✭ 51 (+96.15%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
module-blog-sample-data
Sample data for Magento 2 blog extension
Stars: ✭ 15 (-42.31%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
magento2-showoutofstockprice
This Magento2 Module adds prices and the add-to-cart button to out-of-stock configurable products.
Stars: ✭ 22 (-15.38%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
customer-ajax-login
Free magento 2 extension for Popup and AJAX based Login and Sign Up | Manish Joy
Stars: ✭ 14 (-46.15%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
LargeConfigProducts
Large Configurable Products workaround for Magento 2
Stars: ✭ 83 (+219.23%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
magento2-pimcore-bridge
Magento 2 module for Pimcore integration.
Stars: ✭ 28 (+7.69%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
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 (+53.85%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
magento2-prometheus-exporter
Simple Magento 2 Prometheus Exporter.
Stars: ✭ 40 (+53.85%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
module-wysiwyg-advanced
Extend TinyMCE 4 & 5 tools in Magento 2
Stars: ✭ 60 (+130.77%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
module-blog-comments-recaptcha
module-blog-comments-recaptcha
Stars: ✭ 17 (-34.62%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
module-conflict-detector
magefan.com/magento2-conflict-detector
Stars: ✭ 40 (+53.85%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
magento-grid-colors
Magento 2 Grid Colors module for colorizing admin grids. Supports saving of states with the help of grid's bookmarks.
Stars: ✭ 54 (+107.69%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
magento2-checkout-success-misc-script
Add Miscellaneous HTML and JavaScript codes to Magento2 checkout conformation page
Stars: ✭ 26 (+0%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module
module-lazyload
magefan.com/magento-2-image-lazy-load-extension
Stars: ✭ 47 (+80.77%)
Mutual labels:  magento, magento2, magento2-extension, magento2-module

=================================== Rebuild Url Rewrite for magento 2

Rebuild all product url rewrites.

Build Status

Master Branch
Scrutinizer Code Quality Build Status

Installation

$ composer require "danielsousa/magento2-module-urlrewrite":"^1.0"

Usage

Rebuild all products urls

 bin/magento urlrewrite:rebuild:products

Rebuild all products urls from one store

 bin/magento urlrewrite:rebuild:products -s4

Rebuild one product url for one store

 bin/magento urlrewrite:rebuild:products -s1 -p 23

Rebuild one product url for all stores

 bin/magento urlrewrite:rebuild:products -p 23

Rebuild two or more products urls by store

 bin/magento urlrewrite:rebuild:products -s5 -p 74,323,1234

Prerequisites

  • PHP >= 5.6.0
  • Magento >= 2.1.*
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].