In this tutorial we will see how to use Laravel 5 to serve as a REST API backend implementing also a simple basic HTTP Authentication to store data for different users of the application. We will use a middleware to provide the authentication for the
In the first two parts of this tutorial we created the backend of the application where the hotel owner can create room types and assign it a price for a certain dates. Now we need a final user interface where the customers can search a room and chec
In the first part of this tutorial series we created a basic Laravel application with all the data model needed for the application and a basic first controller to insert new room type. As we said at begin the frontend of the booking engine will be a
This tutorial is the first of a serie where we explain how to create an hotel booking system from scratch using Laravel 5.1 and AngularJS. In the booking engine we will use AngularJS to create a single page application, the front end, where the fina
There’s no mystery or secret voodoo involved in having AJAX work in a Laravel app. On its own Laravel 4 (current version) doesn’t have any API for implementing AJAX, so you’ll need to do the footwork yourself
[Sponsor] AdminLTE -- is a fully responsive admin template. Based on Bootstrap 3 framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. Check out the live preview now and see for your
Here's a quick way to use ajax and create a user registration page. On succesfull validation, the user is created and the page is updated with relevant data - both with static messages and user provided details. Of course, we throw the errors if