Skip to content
Logo
  • Home
  • 🤔 Did you know?
  • iOS
  • Swift
  • PHP
  • Security
  • Tips
  • App Gone Free
  • 🍿 Movies 🎥
    • Video Category
  • About me
Resolving Laravel Component Loading Issues on Case-Sensitive Servers
January 15, 2025

Resolving Laravel Component Loading Issues on Case-Sensitive Servers

Problem: When deploying a Laravel application to a case-sensitive file system (e.g., Linux-based hosting environments like cPanel), Blade components may fail to render even though they work perfectly on local […]

Laravel 0 2 min read
Enhancing Laravel Applications with Background Processing using laravel-async
February 25, 2024

Enhancing Laravel Applications with Background Processing using laravel-async

In the fast-paced world of web development, user experience is paramount. Long processing times can lead to frustrated users and decreased engagement. Fortunately, Laravel offers a solution to this challenge […]

Laravel 0 1 min read
Handling Timezones in Laravel Applications
February 6, 2024

Handling Timezones in Laravel Applications

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 […]

Data Structure 0 2 min read
Configuring Supervisor for a Laravel Queue Worker on Ubuntu
September 7, 2023

Configuring Supervisor for a Laravel Queue Worker on Ubuntu

Background: In the quest to ensure seamless and efficient background job processing in Laravel, many of us have turned to the trusty php artisan queue:work –daemon command scheduled via a […]

cron job 0 1 min read
Mastering Background Job Processing in Laravel: A Comprehensive Guide
August 14, 2023

Mastering Background Job Processing in Laravel: A Comprehensive Guide

Introduction In modern web applications, tasks that take a significant amount of time to complete should be processed asynchronously in the background. Laravel’s robust queue system allows you to achieve […]

cron job 0 3 min read
Understanding and Fixing Auto-Updating Timestamp Columns in Laravel
August 11, 2023

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. […]

Database 0 1 min read
Testing All Index Views in Laravel: An Efficient Approach
May 9, 2023

Testing All Index Views in Laravel: An Efficient Approach

As developers, we all know how important it is to ensure that our applications are thoroughly tested. One area that requires particular attention is the index views, which are commonly […]

Laravel 0 2 min read
Mixing up Browser and API[Feature/Unit] test in Laravel.
August 15, 2021

Mixing up Browser and API[Feature/Unit] test in Laravel.

In my case, I wanted to test first a request which only was able to execute using api from mobile devices. And once the api is requested, I needed to […]

Dusk 0 2 min read
Laravel – Getting multiple rows in just one row separated by commas
July 27, 2021

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 […]

Database 0 52 sec read

Posts pagination

1 2 »

Copyright ©2025 Santosh Maharjan . All rights reserved. Powered by WordPress & Designed by Bizberg Themes