In this tutorial, you will learn how easy it is to get data between two dates from the database using Laravel’s whereBetween method. Let’s say…
Leave a CommentTag: How to
Downloading images and files from the URL is simple and easy with Laravel’s Illuminate\Support\Facades\Storage; class. We gonna use file_get_contents function to reads the entire file into…
Leave a CommentIn this tutorial, you will learn how to write text to the existing pdf file in your Laravel application. We gonna write a simple PHP…
2 CommentsIn this tutorial, you will learn how to merge multiple pdf files in your Laravel application. We gonna write a simple PHP script to merge…
2 CommentsIn this CodeIgniter 4 tutorial, you will learn, exporting data to excel using the PhpSpreadsheet library. Similar PostsCodeIgniter 4 – Export data to excel in…
4 CommentsIn this tutorial, we gonna upload files and folders to the AWS s3 bucket using PowerShell. First, you’ll need to install the general AWS.Tools.Installer package, for…
Leave a CommentDeveloping applications for mobile phones is a complex process. This new platform is expected to reflect a unified brand image and align with responsive and…
1 CommentIn this article, I’ll walk you, through generating QR codes in Node.js using node-qrcode npm module. A QR Code is a 2-dimensional bar code and it is…
Leave a CommentWe gonna fix the XAMPP access denied error in windows by running the application as an administrator. You can just right-click xampp-control.exe and you can…
1 CommentExport Database To export a database, open up the terminal, making sure that you are not logged into MySQL, and execute the below command with…
Leave a CommentThe PowerShell execution policy is default set to Restricted. You…
Leave a Comment
To fetch data in descending order from the database in CodeIgniter you need to use the order_by() along with get() method. Below is the sample…
Leave a CommentIn this post, we gonna create custom functions and load it in the Laravel project. These functions can be accessible all over the project. Loading…
Leave a Comment