Auto Complete City Google Map API In Laravel

Hello, everyone in this tutorials we are share with you how to use google map's autocompleted fill city API in youe laravel application in your form. this is very easy and many time require in any application in register form and any other form. In this tutorials we are show you country base autocomplete city in text box. We are create one simple example for autocomplete city API usign google map's API. simple follow this step for integrate in your laravel application Step : 1 C.....

Continue reading By : Laravelcode August 31, 2017 Category 756 views

How To Create ZIP File In Laravel Using ZipArchive

Hello, Everyone in this tutorials we are share with you how to create zip in laravel usgin ZipArchive. in may project you need to create functionality to some project or application file's make one zip and download all in zip file. You are fine many laravel packages which are also provide this functionality. but in this article we are not use any package. we are use ZipArchive class for create a zip file in laravel. How to done create zip functionality with ZipArchive class? we are sho.....

Continue reading By : Laravelcode August 31, 2017 Category 471 views

PAN Verification In Laravel Using Sighzy API

Hello, everyone some day ago we are working with one project and in this project we are required verify PAN card details. user simple put us PAN no., Name, birth date and pind code and system return to response with this PAN card details is verify or not. so, we are done this type functionality with sighzy API. this provide best API for verify PAN details API. So, we are share with you how to integrate sighzy API in your laravel application. because they are provide document but many devloper.....

Continue reading By : Laravelcode August 31, 2017 Category 286 views

Get The Difference Between Two Date In Laravel Using jpmurray/laravel-countdown

Today, Laravelcode share with you how to get defference between two date in laravel. some time you need two calculation of defference between two date. in many type situation like generate report, generate chart etc.. You also done this with laravel carbon, but in this tutorials we are share with you with one laravel package jpmurray/laravel-countdown. this package provide very easy way to calculate two deffrence date duration. Step : 1 Install package First we need to install jpmurray/.....

Continue reading By : Laravelcode July 31, 2017 Category 705 views

HTML To PDF In Laravel Using barryvdh/laravel-snappy

Today, laravel code share with you how to convert HTML to PDF in laravel ussing barryvdh/laravel-snappy package. recently we are working on one laravel application and we are use barryvdh/laravel-snappy package for generate HTML to PDF but we have face some problem when we are integrate this package in our laravel application. it is produce some errors. after lots of google search and change some configuration it is finaly generate PDF. so we are write this tutorials for helping purpose. Whic.....

Continue reading By : Laravelcode July 28, 2017 Category 2038 views

Laravel Validation In Bootstrap Model Using Ajax

Today, Laravelcode share with you how to laravel validation handle in bootstrap popup using ajax. you have many time required this type functionality in your laravel aplication. so, we are write this tutorial for it how to dispan laravel validation error in bootstrap popoup or model. We all are very familiar with laravel simple validation on post request and handale all validation error after any validatioon false it is vary easy and very simple. but manage laravel validation in popoup or mod.....

Continue reading By : Laravelcode July 26, 2017 Category 1838 views