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.....
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.....
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.....
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.....
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.....
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.....
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.....
Implement Flash Message with Laravel 5.7
Guys, Here, I want to share with you how to user custom bootstrap alert flash message in laravel 5.7 application. we will create a simple example for a redirect with an alert message from controller m.....
Laravel 5.7 - Generate PDF from HTML Example
Today, i will share with you how to create pdf file from html design in laravel 5.7 application. we will use dompdf (barryvdh/laravel-dompdf package) for generate pdf file with laravel 5.7 project. i .....
How to Call Middleware from Controller in Laravel?
Do you need to call middleware from controller function in laravel app, if yes then i will show you simple example to run middleware from controller constructor using "$this->middleware". you can als.....