nystudio107 / generator-craftplugin

generator-craftplugin is a Yeoman generator for Craft CMS plugins
MIT License
74 stars 30 forks source link

Github Name used for require instead of Vendor Name #108

Open mijewe opened 3 years ago

mijewe commented 3 years ago

Describe the bug

The instructions in the generated README.md says

2. Then tell Composer to load the plugin:

        composer require [github name]/[plugin name]

when it should be [vendor name]/[plugin name]

To reproduce

Steps to reproduce the behaviour:

  1. Go to "..."
  2. Click on "..."
  3. See error message "..."

Expected behaviour

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Versions