Latest Posts

How to Call Model Function from Another Model in Codeigniter?
We may sometime require to call model method from another model in codeigniter app. i will show you how to call model function to another model, same model and controller file. we always use model fo.....
May 5, 2021
Category : Laravel

Laravel Improve Site Performance By Caching Entire Response
we always want to speed up our website to load and try to improve performance using cache. in this tutorial i will explain how to make faster load site in laravel 5, laravel 6, laravel 7, laravel 8, l.....
May 5, 2021
Category : Laravel

How to Get All Tables List in Codeigniter?
It is a amazing deal with database to get all tables list using mysql query in php codeigniter 3 project. this type of task it might be required on big project. So if you require then i think you have.....
May 5, 2021
Category : Laravel

Codeigniter Dynamic Highcharts Example
In this example, i will tech you how to implement highcharts in codeigniter mysql app. we can create bar chart, line chart, pie chart, area chart, column chart, 3d chart, map chart etc using highchart.....
May 5, 2021
Category : Laravel

Google Maps API Google Map with Draggable Marker Example
Hi Artisan, Are you looking for simple map for your website, if yes then you are a right place. i will create simple google map with marker using google api. you are also simply able to get lat and lo.....
May 5, 2021
Category : Laravel

Google Maps API - Autocomplete Address Search Box with Map Example
Hi Guys, In this example, i would like to share with you how to use google autocomplete address search box with maps. we will create simple example with google places autocomplete places search box an.....
May 5, 2021
Category : Laravel

Autocomplete Places Search Box using Google Maps Javascript API
Hi Developer, Here, we will learn how to implement simple place autocomplete search box without map using jquery google maps api. we just create simple autocomplete address without map loading in html.....
May 5, 2021
Category : Laravel

JQuery QR Code Scanner using Instascan JS Example
Are you looking for qr code scanner script using jquery html5? If yes then i will defiantly help to create simple example for qr code or barcode reader using webcam or mobile camera. we will use insta.....
May 5, 2021
Category : Laravel

Laravel 5.7 Guzzle http client POST request example
Here, I will describe how to use guzzle in laravel 5.7 application. i will show you some example of http POST request, GET request, PATCH request, DELETE request using guzzle in laravel 5.7. A Guzzle.....
May 5, 2021
Category : Laravel

How to create custom 404 error page in Laravel 5.7?
Hi Developer, Today we will talk about who to create custom error page in laravel 5.7. As we know laravel 5.7 updated by default 404 error page and this is a cool. But if you want to add your own cust.....
May 5, 2021
Category : Laravel

How to use Google ReCaptcha in Laravel?
Hi Dev, This is a short guide on how to use google recaptcha in laravel. This post will give you a simple example of add google recaptcha in laravel. I would like to share with you laravel google reca.....
May 5, 2021
Category : Laravel

Codeigniter Implement Fullcalendar Example Tutorial
Hi Guys, Today, we will learn how to integrate full calendar library in codeigniter 3 application. i will give you example step by step to create event, select time slot etc and save into database usi.....
May 5, 2021
Category : Laravel