grappler / polylang-slug

A unique post slug within the language in Polylang. This allows for a page to have same/identical slug in multiple languages.
275 stars 84 forks source link

Composer install available ? #43

Closed albabosh closed 6 years ago

albabosh commented 6 years ago

Is it possible to install it with composer from wpackagist ?

chesio commented 6 years ago

As far as I know, this plugin is not available via WordPress plugins repository so it's also not available via wpackagist.org.

But you can install the plugin with Composer directly from GitHub, just add the repo URL to your composer.json.

 "repositories": [
    {
      "type": "git",
      "url": "https://github.com/grappler/polylang-slug"
    }
  ],