https://github.com/d3p1/magento2-page-loader
A Magento 2 module that allows you to manage different page loaders
https://github.com/d3p1/magento2-page-loader
ecommerce magento magento-2 magento2 magento2-extension magento2-extension-free magento2-module php project
Last synced: 1 day ago
JSON representation
A Magento 2 module that allows you to manage different page loaders
- Host: GitHub
- URL: https://github.com/d3p1/magento2-page-loader
- Owner: d3p1
- License: mit
- Created: 2026-04-26T01:49:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-25T23:55:55.000Z (about 1 month ago)
- Last Synced: 2026-05-26T01:26:29.798Z (about 1 month ago)
- Topics: ecommerce, magento, magento-2, magento2, magento2-extension, magento2-extension-free, magento2-module, php, project
- Language: Less
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [MAGENTO 2 - PAGE LOADER]
[](https://github.com/prettier/prettier)
[](https://github.com/PHPCSStandards/PHP_CodeSniffer)
[](http://github.com/PHP-CS-Fixer/PHP-CS-Fixer)
## Introduction
A [Magento 2](https://business.adobe.com/products/magento/magento-commerce.html)
module that adds a page loader to the storefront.
## Installation
To proceed with the installation of your module, you need to go to
the [document root of your Magento installation](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/tutorials/docroot.html)
and run the following commands:
```
composer require d3p1/module-page-loader
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento cache:clean
bin/magento cache:flush
```
> [!NOTE]
> To execute `bin/magento setup:static-content:deploy` you need to list all the
> languages of your store/s using the
> [ISO-639 format](http://en.wikipedia.org/wiki/List_of_ISO_639_language_codes).
> Also, if you are using a platform mode different than
`production`, you need to execute the command
> using the `-f` flag: [
`bin/magento setup:static-content:deploy -f`](https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-static-view.html).
> [!NOTE]
> The command `bin/magento cache:flush`
> is
[optional](https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-cache.html#config-cli-subcommands-cache-clean).
## Changelog
Detailed changes for each release are documented in [
`CHANGELOG.md`](./CHANGELOG.md).
## License
This work is published under [MIT License](./LICENSE).
## Author
Always happy to receive a greeting on:
- [LinkedIn](https://www.linkedin.com/in/cristian-marcelo-de-picciotto/)
- [Web](https://d3p1.dev/)