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.zipSetup
- Clone this repository into
wp-content/plugins. - Install dependencies:
composer install npm install npm run dev # To build production assets: npm run build - Activate the plugin from WordPress admin.
Composer commands
composer install- Install PHP dependencies.composer update- Update PHP dependencies.composer dump-autoload- Regenerate the autoloader.