WP Manifestindependent plugin directory
manifest / events / wp-event-booking-calender

WP Event Booking Calender

WP Event Booking Calendar is a WordPress plugin where shown the event.

by WPEBCalender · github.com/masudrana7/wp-event-booking-calender

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/masudrana7/wp-event-booking-calender/archive/refs/heads/main.zip

Readme

Wp Plugin WPEBCalender React Js With Mix And Composer Autoload Php

Composer Command

  • composer install
  • composer dumpautoload -o

Js Compiler Laravel mix

  • yarn install OR npm install To install package

  • yarn watch OR npm run watch to compile js file

  • yarn zip OR npm run zip to create a package with production zip file ready

  • Using Context api and reducer

  • Using antd, axios, toastr. You can add or remove if you need

  • Use dispatch for update state value

dispatch({
    type: Types.GENERAL_DATA,
    generalData:{
        ...stateValue.generalData,
        selectedMenu : key
    }
});

Read the full README on GitHub →