Laravel full calendar tutorial example using maddhatter/laravel-fullcalendar

In this post we are share with you how to implement full calendar (JavaScript Event Calendar) in laravel application. using full calendar we will represent our daily tasks, events and schedule one daly basis and also start date to end date. in this post we are create basic example for full calendar with dummy data but you can implement it with your dynamic data. we are also show this how to handle dynamic data in it. After completed this tutorials your output look like this. Layout &nbs.....;

Continue reading By : Laravelcode September 17, 2017 Category 1715 views

Laravel Passport - Create REST API with authentication

Today, in this tutorial we are share with you hhow to use laravel passport authentication in your laravel application. Laravel already provide simple auth system for web. but what about APIs? APIs basically use token for authentication. when any user login thenn generate one tocken and it is use for authentication purpose. so, laravel provide Passport for APIs authentication. How to use Passport in laravel for built RESTful APIs and how to configure in laravel application. here we are expain .....

Continue reading By : Laravelcode September 17, 2017 Category 1303 views

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 1314 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 790 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 3497 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 282 views