Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy up? #3

Open
steveabraham opened this issue May 21, 2021 · 2 comments
Open

Tidy up? #3

steveabraham opened this issue May 21, 2021 · 2 comments

Comments

@steveabraham
Copy link
Collaborator

  • Remove event field?
  • Make it easier to install/update manually if possible, or whatever makes the most sense
@mckenzieclark
Copy link
Owner

Event field removed, although it might still show as the field type for any event fields you created.

Have added the plugin to Packagist so you can install/update in the normal Composer fashion. I've not submitted it as a Craft plugin though so it can't be updated via Craft, just manually with composer install/update

Remove this from your projects composer.json file:

"repositories": [
   {
     "type": "path",
     "url":  "plugins/fuzzy"
   }
 ]

Then run composer update mckenzieclark/fuzzy

Run that any time for the latest changes to the main branch.

@steveabraham
Copy link
Collaborator Author

Awesome, thank ye! I'll give that a try.

I'll invite you into the example repo today too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants