Today I decided to publish a tutorial on how to create a simple room booking system using Laravel 5 and FullCalendar. As you may know, Laravel is one of the hottest PHP framework nowadays and FullCalendar is a JavaScript event calendar that is looks like Outlook (IMO).
It has been a while since my last tutorial. I hope you enjoy this tutorial as much as I wrote it. #lol This tutorial is suitable for the beginner as I tried to explain as much as possible in each step. You may look at the demo first or download the script at the end of the tutorial for free.
I’m assuming that you already have setup a local server on your PC either using WAMP, MAMP, LAMP or others which ever suits you. On my PC, I have installed WAMP 2.5 on Win7 64-bit.
The steps to create a simple room booking system with Laravel 5 and FullCalendar as follows: Continue reading “Create a room booking system with Laravel and FullCalendar”