Method Tymon\JWTAuth\Commands\JWTGenerateCommand::handle() does not exist

Today, we are install laravel 5.5 and install tymon/jwt-auth package in my laravel 5.5 application. and we are set service providers and aliases also. but when we are try to generate jwt key run by following command. php artisan jwt:generate After run above command you can face following error message in terminal. [ReflectionException] Method Tymon\JWTAuth\Commands\JWTGenerateCommand::handle() does not exist Then we are search on google then i was realize in laravel 5......

Continue reading By : Laravelcode September 22, 2017 Category 27777 views

Laravel 5.5 - Yajra Datatable Example

Today, we are share with youu how to implement yajra datatable in laravel application with example. in your application sorting, searching and pagination functionality is common if you use simple table for display your application data iin tabuler forrmate so you should also write manualy code for it all functionality. and it is very painful and take some time. But, if you use yajra datatable package in your laravel application then you can save this time. because yajra datatable jquery packa.....

Continue reading By : Laravelcode September 22, 2017 Category 230944 views

Laravel 5.5 - Task Scheduling With Cron Job Example

Today, we are share in this tutorials "How to set scron job in laravel 5.5 using scheduler for every minute." in many time you need to this type functionality in your laravel application. for Ex. any specific task or job execute any specific given time. You can done this type functionality using laravel task scheduling. and some configure in your live server. in this post we are give very simple example for laravel cron job from the scratch with example. In this tutorials we are .....

Continue reading By : Laravelcode September 20, 2017 Category 246264 views

Laravel 5.5 - Razorpay Payment Gateway Integration

Today, we are share with you in this tutorial How To Integration Razorpay Payment Gateway In Laravel 5.5 with easy example and demo. Currently many payment gatway available in market like paypal, stripe, paycheckout, CCAvenue etc.., if you are built your product forr indian market then Razorpay is best for make online payment. it very easy to use in any programing language. Simple following this step and easyly integrate Razorpay in your laravel application. Create Razorpay Account F.....

Continue reading By : Laravelcode September 20, 2017 Category 66182 views

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 400341 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 381280 views