Skip to content

Wordpress example Plugin for testing with bedrock and trellis

License

Notifications You must be signed in to change notification settings

rafalfaro18/rar-example-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This plugin can be installed manually in worpress by downloading the zip file here , renaming the folder to "rar-example-plugin" because github concatenates the branch name and installing it as any other plugin is installed manually.

Or you can also install it using composer (Tested with bedrock). You have to add a package repository to composer with the following information:

    {
      "type": "package",
      "package": {
        "name": "rafalfaro18/rar-example-plugin",
        "version": "1.0",
        "type": "wordpress-plugin",
        "dist": {
          "type": "zip",
          "url": "https://github.com/rafalfaro18/rar-example-plugin/archive/master.zip"
        },
        "require" : {
          "composer/installers": "^1.4"
        }
      }
    }

Releases

No releases published

Packages

No packages published

Languages