Skip to content

holamugar/templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Repository tasks

After creating the repository with the template, you must:

  • Edit the file .github / pull_request_template.md and change holamugar / module-module-name with the correct module name.
  • Edit README.md and change all references to ModuleName by the correct module name.
  • Remove this block from README.md, from the beginning of the document to the next block H1.

Mugar_ModuleName for Magento2

General description of the module.

Installation

Use composer to install Mugar_ModuleName.

composer require mugar/module-name-using-hyphen-case

Then you'll need to activate the module.

bin/magento module:enable Mugar_ModuleName
bin/magento setup:upgrade
bin/magento cache:clean

Uninstall

bin/magento module:uninstall Mugar_ModuleName

If you used Composer for installation Magento will remove the files and database information.

Support

You can request to be added to Slack.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

How to create a PR

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published