How To Fix GroupBy Not Working In Laravel

Recently we are working with laravel application and in my one of the system laravel groupBy not working and it show following error. we are search lots of in google and finaly we are find best solution how to fix it very easy way. Error Message Look Like   #1055 - Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'opaper.notifications.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with .....

Continue reading By : Laravelcode September 1, 2017 Category 152 views

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 243 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 358 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 141 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 602 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 1657 views