Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josecruzchavez/gdw_core
Módulo base para magento 2
https://github.com/josecruzchavez/gdw_core
acl base command core cron cronjob crontab gdw magento magento2 magento2-extension magento2-extension-free magento2-free-extension magento2-module php php7 php8
Last synced: about 1 month ago
JSON representation
Módulo base para magento 2
- Host: GitHub
- URL: https://github.com/josecruzchavez/gdw_core
- Owner: josecruzchavez
- License: gpl-3.0
- Created: 2019-06-30T07:24:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T20:45:55.000Z (11 months ago)
- Last Synced: 2024-11-17T08:09:05.889Z (about 2 months ago)
- Topics: acl, base, command, core, cron, cronjob, crontab, gdw, magento, magento2, magento2-extension, magento2-extension-free, magento2-free-extension, magento2-module, php, php7, php8
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![gdw_opengraph](https://php.gdw.mx/github_assets/gdw_core/gdw_core_01.jpg)
# GDW_Core
[![Latest Stable Version](http://poser.pugx.org/gdw/core/v?style=for-the-badge)](https://packagist.org/packages/gdw/core) [![Total Downloads](http://poser.pugx.org/gdw/core/downloads?style=for-the-badge)](https://packagist.org/packages/gdw/core) [![PHP Version Require](http://poser.pugx.org/gdw/core/require/php?style=for-the-badge)](https://packagist.org/packages/gdw/core)Configuración base para módulos de magento 2 creados por GDW
* Crea una tab general en la configuración del administrador.
* Crea un grupo personalizado para las tareas cron.
* Crea un grupo general para el acceso ACL.
* Crea una tab para mostrar un listados de módulos creados por GDW e instalados en su magento.
* Crea una tab con la información general de mi trabajo.
* Crea una tarea en consola para poder ejecutar test de cron o cualquier función simple.## Compatibilidad
✓ Magento 2.3.x, ✓ Magento 2.4.x###### Ejecuta los siguientes comandos en la ruta base de Magento.
### Instalación
```
composer require gdw/corephp bin/magento module:enable GDW_Core
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
```### Actualización
```
composer update gdw/corephp bin/magento module:enable GDW_Core
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
```### Eliminación del módulo
```
php bin/magento module:disable GDW_Corecomposer remove gdw/core
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
```### Expresiones de gratitud
* 📢 Comenta a otros sobre este proyecto.
* 👨🏽💻 Da las gracias públicamente.
* [🍺 Invítame una cerveza.](https://www.paypal.me/gestiondigitalweb)### Otros enlaces
* [Sitio web](https://gdw.mx/?utm_source=github&utm_medium=gdw&utm_campaign=core&utm_id=link)
* [Listado de Módulos](https://gdw.mx/modulos/)
* [Facebook](https://www.facebook.com/GestionDigitalWeb)
* [Youtube](https://www.youtube.com/c/Gestiondigitalweb)