Dynamic Cache, Database, and Mail Builders in Laravel 11.31 https://laravel-news.com/laravel-11-31-0
Laravel News
Dynamic Cache, Database, and Mail Builders in Laravel 11.31 - Laravel News
The Laravel team released v11.31, which includes dynamic Cache/DB/Mail builders, a cache token repository, a URL::forceHttps() convenience method, and more.
❤7👍4
Hide and Safeguard Emails from Bots With This Laravel Package https://laravel-news.com/hide-and-safeguard-emails-from-bots-in-laravel-with-muddle
Laravel News
Hide and safeguard emails from bots with the Muddle Laravel package - Laravel News
Muddle is a PHP package to hide and safeguard emails from bots, allowing you to obfuscate emails in PHP and Laravel. This package can be used in any PHP project and also includes convenient components for Laravel.
🔥4
Register now for Sentry Launch Week! https://laravel-news.com/register-now-for-sentry-launch-week-2024
Laravel News
Register now for Sentry Launch Week! - Laravel News
If you’ve ever been curious about Sentry, Launch Week is for you. Sentry will be announcing new products, showing exclusive demos, and talking all things developer.
❤3
Herd Executable Support and Pest 3 Mutation Testing in PhpStorm 2024.3 https://laravel-news.com/phpstorm-2024-3
Laravel News
Herd Executable Support and Pest 3 Mutation Testing in PhpStorm 2024.3 - Laravel News
PhpStorm 2024.3 was released and includes support for PHP 8.4 as well as some awesome updates for Laravel Developers, such as detection of Laravel Herd and full Pest 3.0 support.
PHPxWorld - The resurgence of PHP meet-ups with Chris Morrell https://laravel-news.com/phpxworld-the-resurgence-of-php-meet-ups-with-chris-morrell
Laravel News
PHPxWorld - The resurgence of PHP meet-ups with Chris Morrell - Laravel News
Eric L. Barnes and Chris Morrell discuss the resurgence of PHP meetups post-COVID, focusing on the creation and growth of PHPX, a new initiative to revitalize local PHP communities.
Transform Data into Type-safe DTOs with this PHP Package https://laravel-news.com/zero-to-prod-data-model-php-package
Laravel News
Transform Data into Type-safe DTOs with this PHP Package - Laravel News
This PHP Data Model package provides a lightweight, non-invasive way to hydrate type-safe PHP objects recursively.
❤6
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
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