Timezones play a crucial role in web applications, especially when dealing with date and time data. In this tutorial, we’ll explore how to handle timezones effectively in Laravel applications, covering […]
Automating Server Backup on Shutdown
Introduction In the world of server administration, ensuring that your data is backed up regularly is crucial to maintaining the integrity and availability of your services. One way to streamline […]
Understanding and Fixing Auto-Updating Timestamp Columns in Laravel
Introduction Timestamp columns in Laravel can be a powerful tool for tracking the creation and modification of records. However, they can also lead to unexpected behavior if not handled correctly. […]
Updating Realm Object Properties Without Extra Variables
Introduction Realm is a popular mobile database solution that offers seamless persistence for iOS applications. When working with Realm, you may encounter scenarios where you need to update object properties […]
Laravel – Getting multiple rows in just one row separated by commas
Let’s get initial result to create a scenario to make you understand what we are going to do here. Based on a query below, you will get result of bill […]
Auto increment bill number logic for Laravel
If you are searching on how to generate invoice or bill number, welcome to my blog ?. Today, I am going to show you how you can generate dynamic invoice […]
Export large data in excel or csv file [Laravel]
You might be using Maatwebsite\Excel\Facades\Excel with following line of code to export report. If so, for less data, this is not an issue. But if you want to download large […]
Valet – Laravel – Mysql – Phpmyadmin
Here are some helpful tips that I have gathered while trying to install valet in my project. I faced so many problems just trying to use valet. But you don’t […]
Import .sql file from terminal [Fast] [Way]
Are you trying to import .sql file? Are you trying to import it from phpmyadmin? Is your .sql file’s size greater than the limit? Here I am about to show […]