Laravel 5 Chart example using Charts Package

Today, we are share with you how to use chart in laravel application using consoletvs/charts package. this package is provide very easy functionality working with many diffrent type chart. this package base on morris.js javascript library. In large application when you represent data in graphical way then chart is best solution for it. so you can easyly integrate chart in your laravel ppalication using consoletvs/charts. this package provide following diffrent type chart. 1. line chart 2......

Continue reading By : Laravelcode September 15, 2017 Category 252550 views

How To Set Multi Authentication in JWT

Today, laravelcode share with you how to set multi authentication in jwt with simple example. recently we are working with one laravel application and we are also built API for it. and we are required more then one table for authentication. you also see in JWT documentation it by default provide User model for authentication. but sometime we have required use another table also use for authentication in our API. for Ex. one for front API user and another for Admin API user. This problem you e.....

Continue reading By : Laravelcode September 14, 2017 Category 49841 views

Restful API In Laravel 5.5 Using jwt Authentication

Today, we are share with you how to built restful API in laravel using JWT(JSON Web Token). it is very eassy and simple implementation in laravel. when you work with larg application and you also want make mobile or android application for this project. you should be write API layer or API for your application which help communication with your android app and your live server. In simple term in API is you pass some argument as a url GET request and POST request from app and server first chec.....

Continue reading By : Laravelcode September 13, 2017 Category 414708 views

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 [ADDCODE] Error message!! #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 i.....

Continue reading By : Laravelcode September 1, 2017 Category 26610 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 32812 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 151104 views