My Simple Laravel 5 Phonebook App Project with DataTables

laravel 8

It has been a while since my last tutorial. So, I challenged myself to develop a small and simple phonebook or phone directory web application by using Laravel 5.2 framework and DataTables plugin.

If you are not familiar with DataTables, DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table.

Laravel 5.3 is going to be released soon if I’m not mistaken and yet I still developing using 5.2 version. That is find because this app is simple and the updating part should be not so complicated (I guess).

I have yet to set up the demo online. But basically the phonebook has features like:  Continue reading “My Simple Laravel 5 Phonebook App Project with DataTables”

Create Todo App with CodeIgniter 3 + AngularJs – Part 2

CodeIgniter Logo

Welcome to the second part of the tutorial on how to create simple Todo App with CodeIgniter 3 and AngularJS. In the first part of the tutorial, we focused on creating the API. In this tutorial, we will configure the AngularJS to interact with our API.

Please note that I’m using AngularJS version 1.3.15 in this tutorial. AngularJS is a framework which really helpful if you are developing single-page application which support AJAX out of the box.

You may download the full source code here.
Continue reading “Create Todo App with CodeIgniter 3 + AngularJs – Part 2”