WP Manifestindependent plugin directory
manifest / events / events-calender-plugin

OS Event Calendar

A plugin to manage events and display them in a calendar.

by Osman Sufy · github.com/osmansufy/events-calender-plugin · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/osmansufy/events-calender-plugin/archive/refs/heads/master.zip

Setup

  1. Clone this repository into wp-content/plugins.
  2. Install dependencies:
    composer install
    npm install
    npm run dev
    # To build production assets:
    npm run build
  3. Activate the plugin from WordPress admin.

Composer commands

  • composer install - Install PHP dependencies.
  • composer update - Update PHP dependencies.
  • composer dump-autoload - Regenerate the autoloader.