Closed bfjare closed 5 years ago
Are you installing it via the craft plugin store?
On Fri, Jan 18, 2019 at 2:00 PM Ben Fjare notifications@github.com wrote:
When I try to install this plugin on Craft 3.1 it just shows up as missing in the control panel.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kinoli/groupie/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AADwLqg47rLclEe8IsTkvAm5pgyF-nGrks5vEjXfgaJpZM4aIoWj .
Correct... This is the error I am getting when running composer on the command line
Problem 1
- The requested package kinoli/groupie could not be found in any version, there may be a typo in the package name.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
- It's a private package and you forgot to add a custom repository to find it
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Ben,
Can you be more specific about the issue, perhaps provide a screenshot. I just installed it from the plugin store and it worked fine. It should show up in your Plugins page with a Settings link.
On Jan 21, 2019, at 3:37 PM, Ben Fjare notifications@github.com wrote:
Correct
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kinoli/groupie/issues/2#issuecomment-456216259, or mute the thread https://github.com/notifications/unsubscribe-auth/AADwLljWkRx7xhv1zBTnCjGqYzZUwwWSks5vFkEzgaJpZM4aIoWj.
composer.json
composer update command
Ben, have you tried installing the plugin via the Craft UI admin panel?
On Wed, Jan 23, 2019 at 1:02 PM Ben Fjare notifications@github.com wrote:
[image: screen shot 2019-01-23 at 12 59 51 pm] https://user-images.githubusercontent.com/11744681/51633518-12175400-1f0f-11e9-8c5d-74520bed7a5e.png [image: screen shot 2019-01-23 at 1 00 15 pm] https://user-images.githubusercontent.com/11744681/51633522-1479ae00-1f0f-11e9-9abb-6a1d8f91a98e.png
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kinoli/groupie/issues/2#issuecomment-456945768, or mute the thread https://github.com/notifications/unsubscribe-auth/AADwLuexMZSKPlr1YEQI9IEt_J3Rft0Zks5vGL_DgaJpZM4aIoWj .
@kinoli @bfjare it's because kinoli/groupie
isn't registered on Packagist so Composer from the command line doesn't know anything about it, but the Craft Control Panel does.
See the "tip" box here: https://docs.craftcms.com/v3/extend/plugin-store.html#registering-your-plugin
@bfjare I just registered groupie with Packagist, so you should be able to install either way now.
Hey guys, makes sense. My local env has some strict memory limits out of the box so I usually run from the command line on all my installs. I really appreciate you taking the time to set this up with Packagist, very appreciated.
When I try to install this plugin on Craft 3.1 it just shows up as missing in the control panel.