How to use Tailwind CSS in Laravel

How to use Tailwind CSS in Laravel
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 ...

Image Intervention integration in Laravel

Image Intervention integration in Laravel
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 ...

Working with DateTime and format in laravel

13. October 2016 Intermediate, Laravel 0
Working with DateTime and format in laravel
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 ...

How to implement DataTables server-side in laravel

12. September 2016 Intermediate, Laravel 17
How to implement DataTables server-side in laravel
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 ...