SimpleReservation is a WordPress that makes it easy to manage rooms and their reservations.
You can either install the plugin using FTP or clone the repository using git. Later at some point, the plugin will be also available in the official WordPress Plugin Repository.
- Download the zip file and extract it
- Put the extracted folder in the plugin directory of your WordPress installation (
wp-content/plugins) - Rename the folder from
simple-reservation-mastertosimple-reservation - Go to the plugin area of your WordPress admin space and activate the plugin
cd .../wp-content/plugins
git clone https://github.com/Lanseuo/simple-reservation.git
cd simple-reservation
composer install
npm install
gulp
Go to the plugin area of your WordPress admin space and activate the plugin
There are two parts of the plugin
- the admin area
- and the frontend
In the admin space you will find a menu item called SimpleResevation. Here you can find the settings of the plugin and you can manage the rooms that can be reserved.
To show the reservation site to the user, you have to add the following shortcode to a post or a page:
[simplereservation]
composer install
npm install
during development
gulp watch
Lucas Hild - https://lucas-hild.de
This project is licensed under the MIT License - see the LICENSE file for details