ridewing/wp-superpowers

Wordpress CMS plugin by Nicklas Ridewing

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 1

Language:CSS

Type:wordpress-plugin

dev-master 2017-05-19 07:56 UTC

This package is not auto-updated.

Last update: 2024-05-15 04:29:38 UTC


README

To setup:

  1. Run

    composer install
    
  2. Add autoload to application by adding

    "autoload": {
        "psr-4": {"YOUR_NAMESPACE\\": "application/"}
    }
    
  3. Run

    composer dump-autoload