Asymmetric Property Visibility in PHP 8.4 https://laravel-news.com/asymmetric-property-visibility-in-php-84
Laravel News
Asymmetric Property Visibility in PHP 8.4 - Laravel News
Starting in PHP 8.4, properties may also have their visibility set asymmetrically with a different scope for reading and writing. Learn how to use this exciting feature coming to PHP!
β3
PHP 8.4 is released with Property Hooks, Class Instantiation without extra parenthesis, and more https://laravel-news.com/php-8-4-0
Laravel News
PHP 8.4 is released with Property Hooks, Class Instantiation without extra parenthesis, and more - Laravel News
The PHP team has released PHP 8.4 with new array find functions, property hooks, class instantiation without extra parenthesis, and more.
π₯12β€5π3
Dynamic Mailer Configuration in Laravel with Mail::build https://laravel-news.com/dynamic-mailer-configuration-in-laravel-with-mailbuild
Laravel News
Dynamic Mailer Configuration in Laravel with Mail::build - Laravel News
Discover how to create dynamic mailer configurations in Laravel using the new Mail::build method. Perfect for multi-tenant applications and situations where email settings need to be configured at runtime instead of using static config files.
π7
Build Your SaaS App in No Time with SaaSykit https://laravel-news.com/build-your-saas-app-in-no-time-with-saasykit
Laravel News
Build Your SaaS App in No Time with SaaSykit - Laravel News
SaaSykit is a feature-rich SaaS Starter Kit that comes with all the essential components needed to run a modern SaaS app.
π©6
Automated Composer Security Audits in Laravel with Warden https://laravel-news.com/automated-composer-security-audits-in-laravel-with-warden
Laravel News
Automated Composer Security Audits in Laravel with Warden - Laravel News
Warden is a Laravel package that performs security audits on your Composer dependencies and provides automated notifications for vulnerabilities.
β€1
Handling Default Values in Laravel Request using mergeIfMissing https://laravel-news.com/handling-default-values-in-laravel-request-using-mergeifmissing
Laravel News
Handling Default Values in Laravel Request using mergeIfMissing - Laravel News
Learn how Laravel's mergeIfMissing method simplifies handling optional inputs in your applications and set default values for missing request data while preserving existing values.
π13β€2
Access Request Data Fluently in Laravel 11.34 https://laravel-news.com/laravel-11-34-0
Laravel News
Access Request Data Fluently in Laravel 11.34 - Laravel News
This week, the Laravel team released v11.34, with a Request::fluent() method, a Number::spellOrdinal() helper, conditional route definitions, shorthand fakes for HTTP responses, and more.
π₯6
Efficient Large Dataset Handling in Laravel Using streamJson() https://laravel-news.com/efficient-large-dataset-handling-in-laravel-using-streamjson
Laravel News
Efficient Large Dataset Handling in Laravel Using streamJson() - Laravel News
Discover how Laravel's streamJson method transforms large dataset handling with incremental JSON streaming. Learn to enhance performance, minimize memory usage, and deliver data efficiently to your application's frontend.
β€13
PIE (PHP Installer for Extensions) https://laravel-news.com/pie
Laravel News
PIE (PHP Installer for Extensions) - Laravel News
PIE aims to simplify managing PHP extensions by providing a modern, flexible alternative to PECL and treating extensions as first-class citizens in the PHP ecosystem.
π₯19π6
Optimizing Route Permissions with Laravel's Enhanced Enum Support https://laravel-news.com/optimizing-route-permissions-with-laravels-enhanced-enum-support
Laravel News
Optimizing Route Permissions with Laravel's Enhanced Enum Support - Laravel News
Learn how Laravel's improved enum support streamlines route permission checks by removing the need for ->value. Simplify your route definitions and make them cleaner and more maintainable with built-in enum functionality.
β€8π1π₯1
Managing API Rate Limits in Laravel Through Job Throttling https://laravel-news.com/managing-api-rate-limits-in-laravel-through-job-throttling
Laravel News
Managing API Rate Limits in Laravel Through Job Throttling - Laravel News
Discover how to use Redis::throttle in Laravel to prevent API flooding with effective job rate limiting. Learn a practical approach to managing email delivery rates while adhering to service provider limits.
β€7
HydePHP is a Laravel-powered Static Site Generator https://laravel-news.com/hydephp-is-a-laravel-powered-static-site-generator
Laravel News
HydePHP is a Laravel-powered Static Site Generator - Laravel News
HydePHP is a static site generator that helps you make websites, blogs, and documentation pages with tools you already know and love.
π5π₯3
Mastering Dynamic String Manipulation with Laravel's Str::replaceArray() https://laravel-news.com/str-replacearray
Laravel News
Mastering Dynamic String Manipulation with Laravel's Str::replaceArray() - Laravel News
Explore Laravel's Str::replaceArray() method for efficient dynamic string manipulation. Learn how to replace multiple placeholders sequentially, perfect for generating personalized content and templated messages in your applications.
π©2π1
Packagist.org is ending support for Composer 1.x https://laravel-news.com/packagistorg-is-ending-support-for-composer-1x
Laravel News
Packagist.org is ending support for Composer 1.x - Laravel News
The packagist team announced it's shutting down support for Composer v1.x on February 25th, 2025.
π«‘14π9π2π’2π±1
Collect and Monitor Everything About Sent Emails in Your Laravel App https://laravel-news.com/laravel-mails-package
Laravel News
Collect and Monitor Everything About Sent Emails in Your Laravel App - Laravel News
The Laravel Mails package collects everything about sent emails in your Laravel app. Using this package, you can track issues with mail, monitor stats, and get notified when something is wrong.
π₯4π1
Managing Large Datasets in Laravel with LazyCollection https://laravel-news.com/managing-large-datasets-in-laravel-with-lazycollection
Laravel News
Managing Large Datasets in Laravel with LazyCollection - Laravel News
Discover how Laravel's LazyCollection optimizes memory usage when processing large datasets. Learn to handle extensive data efficiently by loading items on demand, perfect for processing large files and database operations.
β€13π1
Handling Geospatial Data with Laravel Magellan https://laravel-news.com/laravel-magellan
Laravel News
Handling Geospatial Data with Laravel Magellan - Laravel News
Geospatial data, or geodata, is data that includes information related to locations on the Earthβs surface. You can map objects, events, and other real-world phenomena to a specific geographical area identified by latitude and longitude coordinates.
π3π₯°3
Get Xdebug Working With Docker and PHP 8.4 in One Minute https://laravel-news.com/get-xdebug-working-with-docker-and-php-84-in-one-minute
Laravel News
Get Xdebug Working With Docker and PHP 8.4 in One Minute - Laravel News
Xdebug has a history of being complex to get going, but I am here to show you how to use it in under a minute with Docker in a Laravel project.
π8β€3π1