Hello everybody, welcome to justlaravel.com, I am back with another tutorial. Here am going to tell you how to use Tailwind CSS in Laravel applications. I will set up Tailwind and also create a dummy app in Laravel making use of this Tailwind CSS. Let’s get started! Project on Github You can also watch the ...
Hello everyone, welcome back to justlaravel.com. Here in this post am going to show you how to use Image Intervention tool in your Laravel applications. You might be wondering what is this Image Intervention, let me tell you, it is something like an image editing tool for your Laravel application. One can manipulate the image ...
Hello everyone, welcome back to justlaravel.com. I am back with another tutorial, here I will show you how to integrate Passport(a Laravel’s API authentication package) into your Laravel applications. Here I will create 2 Laravel projects, one is an API and other is the API consumer app. It basically means I will create an API with ...
Hello Laravel enthusiasts, welcome back to justlaravel.com. Here in this post, I will let you know how to integrate PayPal payment gateway in Laravel. There are many payment gateways to integrate into your laravel applications. Previously I have written about Stripe payment gateway integration, you can check it here. Here I will tell you the ...
Hello everyone, welcome back to justlaravel.com. Here in this post, I am going to show you how to use Middleware in your laravel applications to restrict content or some specific pages based on user role. This comes very handy when you have a simple paid membership site with where users who pay for a subscription ...
Hello everyone, welcome back to just laravel. Here am going to show you how you can send clean and beautiful HTML emails in your laravel applications using this Beauty mail package by SnowFire. In one of my previous post I showed you how to send emails using SendGrid mail service provider, here I extended to send ...
Hello everyone, welcome back ! Here am going to tell how to implement social logins in your laravel applications using Socialite package. I will cover most popular social sites like Facebook, Google +, Twitter and Github. Lets get started. First you need to register at those social networks, get some keys like client_id, client_secret.which are ...
Hello Laravel enthusiasts, welcome back. Here I am going to discuss something very exciting. You will know how to integrate Stripe payment gateway in Laravel applications. Working Demo Project on Github You can also watch the video on YouTube here Why Stripe? There are so many payment gateways available, one of the most ...
Hello everyone, Welcome back! Here am with another interesting topic, it is about DateTime and changing the format of it in our applications. We come across many situations where we need to use some date and also format it, and sometimes also to change the language of it. Here we display the date in the Arabic ...
Hello everyone, welcome back! This post is an extension to a previous post on DataTables, where we initiated data tables with basic initialization. As many readers suggested to make a tutorial on DataTables server-side am doing this and I strongly recommend you to go through the previous post before proceeding as I do not explain ...