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.zipReadme
Wp Plugin WPEBCalender React Js With Mix And Composer Autoload Php
Composer Command
composer installcomposer dumpautoload -o
Js Compiler Laravel mix
-
yarn installORnpm installTo install package -
yarn watchORnpm run watchto compile js file -
yarn zipORnpm run zipto 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
}
});