How To Fix GroupBy Not Working In Laravel

<p>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.</p> <blockquote>Error Message Look Like</blockquote> <p> </p> <pre> <strong> #1055 - Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'opaper.notific.....

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

Auto Complete City Google Map API In Laravel

<p>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.</p> <p>In this tutorials we are show you country base autocomplete city in text box.</p> <p>We are create one simple example for autocomplete city API usign google map's API. simple follow this step .....

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

How To Create ZIP File In Laravel Using ZipArchive

<p>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.</p> <p>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 <strong>ZipArchive</strong> class for create a zip file in laravel.</p> .....

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

PAN Verification In Laravel Using Sighzy API

<p>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.</p> <p>So, we are share with you how to integrate sighzy API in your laravel application. because they are provid.....

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

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

<p>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..</p> <p>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.</p> <blockquote>Step :.....

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

HTML To PDF In Laravel Using barryvdh/laravel-snappy

<p>Today, laravel code share with you how to convert HTML to PDF in laravel ussing <strong><a href="https://github.com/barryvdh/laravel-snappy" target="_blank">barryvdh/laravel-snappy</a></strong> package. recently we are working on one laravel application and we are use <strong>barryvdh/laravel-snappy</strong> package for generate HTML to PDF but we have face some problem when we are integrate this package in our laravel application......

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