Asfia Aiman

Asfia Aiman @asfiaaiman

About: Experienced web developer skilled in Modx CRM, PHP, Laravel, HTML, CSS, JavaScript, MySQL, REST APIs, Git, and eager to learn Vue.js.

Location:
Pakistan
Joined:
Jun 16, 2021

Asfia Aiman
articles - 21 total

Mastering Middleware Execution Order in Laravel 12

Laravel’s middleware provides a convenient mechanism for filtering HTTP requests entering your...

Learn More 0 0May 5

Writing Your Own Eloquent Builder in Laravel

Laravel's Eloquent ORM provides a powerful and intuitive interface for interacting with your...

Learn More 4 6Mar 21

Mastering Conditional Logic in Laravel with `when()` and `unless()` Methods: Real-Life Examples

Laravel is a powerful PHP framework known for its elegant syntax and robust features. One such...

Learn More 2 4Jan 16

How to Handle Large Datasets in Laravel Without Running Out of Memory

How to Handle Large Datasets in Laravel Without Running Out of Memory When working with...

Learn More 4 0Nov 15 '24

YajraBox Laravel DataTables: Building a Tags Management System

DataTables is a powerful jQuery plugin that allows you to create interactive and responsive tables in...

Learn More 2 0Oct 25 '24

Simplifying Localization in Laravel 11: New Number Methods Unveiled

Laravel 11 has arrived, and with it come some exciting new features that make web development even...

Learn More 2 0Oct 21 '24

Understanding the Difference Between pluck() and select() in Laravel 11

Laravel, one of the most popular PHP frameworks, provides a range of powerful methods for data...

Learn More 3 0Oct 14 '24

Understanding Self-Relationships in Laravel Models: A Simple Guide

In Laravel, relationships between models are essential for organizing and working with connected...

Learn More 1 0Sep 24 '24

How to Paginate Multiple Lists on the Same Blade File in Laravel 11 with Bootstrap 5 and Tailwind CSS

Managing pagination is crucial when handling large datasets in modern web applications. In Laravel...

Learn More 2 0Sep 19 '24

Handling Enum Values in Laravel Blade Templates

Enums in Laravel offer a structured way to represent a set of constant values. However, when it comes...

Learn More 4 0Sep 17 '24

A Beginner’s Guide to Constructor Property Promotion in PHP

PHP 8 introduced a fantastic feature called Constructor Property Promotion. If you're new to PHP or...

Learn More 6 0Aug 24 '24

Mastering Laravel Artisan Commands: Optimize, Tinker, and More

Laravel's Artisan command-line interface is a powerful tool that can significantly enhance your...

Learn More 3 2Aug 19 '24

Understanding Props in Vue.js: A Beginner's Guide for Laravel Developers

If you're a Laravel developer venturing into the world of Vue.js, you might come across the term...

Learn More 2 0Aug 2 '24

Mastering Laravel Dusk: A Comprehensive Guide to Browser Automation and Testing

Laravel Dusk provides an expressive, easy-to-use browser automation and testing API. By default, Dusk...

Learn More 3 0Jul 25 '24

Step-by-Step Guide to Scraping JavaScript-Rich Websites in Laravel with PuPHPeteer

Web scraping can be particularly challenging for JavaScript-heavy websites. Fortunately, PuPHPeteer,...

Learn More 8 0Jun 28 '24

Exploring Advanced Techniques in Laravel Collections: Harnessing the Potential of after() and before()

Are you looking to enhance your Laravel Collections prowess? Dive deep into the world of after() and...

Learn More 2 0Jun 25 '24

Understanding Laravel Authentication: Best Practices and Tips

In the realm of Laravel development, user authentication serves as the gatekeeper, ensuring only...

Learn More 12 8Jun 13 '24

Difference Between Factories and Seeders in Laravel: Purpose and Usage

When working with Laravel, understanding the roles of factories and seeders is crucial. These tools...

Learn More 4 2May 31 '24

Securing Your Laravel Backend REST API: A Comprehensive Guide

In today's digital age, securing your backend REST API is paramount. As the backbone of many...

Learn More 10 0May 28 '24

Simplifying Data Transfer in PHP: The Power of DTOs

Introduction In the world of PHP coding, there’s a nifty tool called Data Transfer Objects...

Learn More 9 8May 7 '24

Optimizing the Use of Laravel Observer and Mutator: An All-Inclusive Guide with Practical Examples

Understanding when to use Observers https://laravel.com/docs/11.x/eloquent#observers and Mutators...

Learn More 2 2May 3 '24