2017 © Pedro Peláez
 

magento2-module module-filenameextension

Simple module adding a 'file_name' field on orders

image

ethos/module-filenameextension

Simple module adding a 'file_name' field on orders

  • Friday, March 17, 2017
  • by benjamin.garnier
  • Repository
  • 0 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

FileNameExtension

magento 2.1 module that adds a field 'file_name' on orders, (*1)

install : composer require "ethos/filenameextension:*", (*2)

php bin/magento setup:upgrade, (*3)

uninstall : php bin/magento module:uninstall Ethos_FileNameExtension --remove-data, (*4)

The option --remove-data is supposed to call the uninstall method of the Uninstall class of the module, which has to inherit from \Magento\Framework\Setup\UninstallInterface., (*5)

The truth is, magento module:uninstall is kinf od stuck, it never ends and never do te job properly, the only things done are : composer.json : remove the module from require section. database : remove module from table setup_module., (*6)

the code is still in vendor, and the data in db... Fuck this., (*7)

The Versions

17/03 2017

dev-master

9999999-dev

Simple module adding a 'file_name' field on orders

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

by Benjamin Garnier

17/03 2017

0.3.2

0.3.2.0

Simple module adding a 'file_name' field on orders

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

by Benjamin Garnier

13/03 2017

0.3.1

0.3.1.0

Simple module adding a 'file_name' field on orders

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

by Benjamin Garnier

10/03 2017

0.1.0

0.1.0.0

Simple module adding a 'file_name' field on orders

  Sources   Download

The Requires

 

by Benjamin Garnier