How to Resolve Image Issues in Dompdf
Hi, If you also have faced the same issue while trying to print images in the PDF using Dompdf. I have a quick solution to share. Try Base64 format for the image, I have resolved this by using the sa...
Hi, If you also have faced the same issue while trying to print images in the PDF using Dompdf. I have a quick solution to share. Try Base64 format for the image, I have resolved this by using the sa...
Hi everyone, writing after a long time today. In this month's series, I'll be introducing a few time-saving packages in front of you so that you guys can save your time while doing code. Well. As...
The topic that I have decided today, is not just for php developers and not just for someone who is in the particular stack. But it's for everyone who is in a regular sitting tech job. So, If you are...
Hi everyone, today I'm going to something that I just learned this weekend. I was hacking on a side project and in upload I was using the Media Library (An Open Source Package By Spatie) in Laravel....
Today we are going to learn a new and I like the Ux of the filepond library. The way it uploads the files and actions provides the functionalities like editing images as well. You can explore the lib...
Hi, Maybe you guys know that nowadays I'm learning tailwind css and today I built a few navbar components. I'm not just learning Tailwind although I'm building components every day and enjoying them....
I am building a few templates and if I build some small component I love sharing the part of the code. So, I used the flow bite plugin in Tailwind CSS to create this amazing card. http://localh...
Today we are going to see how we can use livewire to create a record, A simple livewire creates action. We gonna use the livewire I have created a dummy project. Let's go together. Install lara...
In the world of software development, system administration, and everyday computing tasks, time is of the essence. One powerful tool that can significantly boost productivity and efficiency is the Ba...
In a world filled with captivating content on YouTube, you might find yourself wanting to download videos for offline viewing or other purposes. While there are tools available for such tasks, it's c...
JavaScript, often described as the "language of the web," has been continuously evolving to meet the needs of modern web development. ECMAScript 6, also known as ES6 or ECMAScript 2015, introduced a...
When working with databases in web development, you often need to retrieve and manipulate data. Laravel, a popular PHP framework, provides an elegant solution for this with its Eloquent ORM (Object-R...