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 7274 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 8532 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 147783 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 114150 views

GEO Location Track In Google Map With JavaScript

Today, Laravelcode share with you how to track two starting and ending location point in google map with javascript. we are working on one transport related project in laravel and we are required this type starting and ending location point tracking in real time. we have done with javascript. Google map API provide more API functionality for google map. this tutorials also base one one of the google map API. it related to location tracking. We are write here some basic step for how to inte.....

Continue reading By : Laravelcode July 25, 2017 Category 28137 views

Image Optimization In Laravel With Spatie

Today, Laravelcode share with you one of the helpfull tutorials aboute how to image optimization in laravel using spatie laravel package. because image optimization is very needed when we are working on big project and lots of images use in it. it image optimization functionality also help us in project size reduce. Here we are show how to image optimization in laravel using spatie laravel package. how to use in laravel application step by step. Step : 1 Install package First we need to.....

Continue reading By : Laravelcode July 24, 2017 Category 26587 views