Create a room booking system with Laravel and FullCalendar

laravel 8

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”

My Simple Customer Management based on Laravel 4

laravel 8

It has been quite sometime since my last post here. For your information, I’m into one of the most popular PHP framework nowadays; Laravel since a year ago. From my experience, the Laravel framework has awesome features and very flexible. You can read tonnes of article highlighting the coolness of the framework on the net.

The latest version now is Laravel 4.2 but I heard that Laravel 5 will be released soon (Laravel 5 was released in February 2015).

So this is my story. I was looking for a free PHP script for tracking  customers/clients contacts several days ago. And I found Simple Customer. Based on its website, the system support several features such as: Continue reading “My Simple Customer Management based on Laravel 4”