- Jul 24, 2024Laravel
PHP Query Scopes: Use $query, Not $this
Learn how to use PHP query scopes in Laravel
- Jul 02, 2024Laravel
HTTP Pool in Laravel
Learn how to use HTTP pool in Laravel for efficient HTTP requests handling
- Jun 14, 2024laravel
Casts method in laravel
Laravel 11 introduces a new `casts()` method for Eloquent models, offering a more flexible and dynamic approach to attribute casting. This enhancement allows developers to utilize static methods with parameters, providing greater control over how attributes are cast.
- May 25, 2024laravel
Introducing before and after Methods for Laravel Collections
Sure! Here's a blog post explaining the new `before` and `after` methods introduced in the `Collection` and `LazyCollection` classes in Laravel.---
- May 11, 2024Laravel
Use of toBase Function in Laravel
Optimization in Laravel using toBase
- May 01, 2024Laravel Testing
Testing Best Practices in Laravel: A Guide to Assertion Methods
Explore best practices for testing in Laravel using assertion methods for debugging, interface implementation, suffix verification, and strict typing.
- Apr 13, 2024Laravel
Optimizing Laravel Tests: Dealing with Performance Impact
Learn why `php artisan test` slows down when optimized and how to manage it.
- Mar 19, 2024JavaScript
The Importance of is-odd Package in JavaScript
Learn why the is-odd package is essential for JavaScript developers.
- Mar 06, 2024Alpine.js
Asynchronous Functions in Alpine.js
Learn how to use asynchronous functions in Alpine.js to handle network requests.