HTTP Method Verification in Laravel
Dive into Laravel's HTTP method handling capabilities. Create versatile controllers that adapt to different request types while maintaining clean, organized code structure. The post HTTP Method...
View ArticleTim Leland: URL Shorteners, browser extensions, and more
We chat with Tim Leland about the creation of T.ly, a URL-shortening service. The post Tim Leland: URL Shorteners, browser extensions, and more appeared first on Laravel News. Join the Laravel...
View ArticleManaging Request Host Information in Laravel
Harness the potential of Laravel's request host methods. Build robust multi-tenant applications and manage domain-specific logic with precise URL handling capabilities. The post Managing Request Host...
View ArticleFirst Factor One-Time Passwords for Laravel with OTPZ
Add First Factor One-Time Passwords to your Laravel application (ie. Passwordless OTP Login) The post First Factor One-Time Passwords for Laravel with OTPZ appeared first on Laravel News. Join the...
View ArticleHandling Request Data Presence in Laravel
Unlock the power of Laravel's whenHas method for handling request data presence. Discover how to process optional fields and execute conditional logic based on input availability. The post Handling...
View ArticleHydePHP - The Static Site Generator with Caen De Silva
Join us as we discuss the features and benefits of HydePHP The post HydePHP - The Static Site Generator with Caen De Silva appeared first on Laravel News. Join the Laravel Newsletter to get all the...
View ArticleIntegrate IMAP Into Your PHP Application
ImapEngine is a PHP package by Steve Bauman that provides a simple API for managing mailboxes without the PHP IMAP extension. The post Integrate IMAP Into Your PHP Application appeared first on...
View ArticleBeyond 404: Smart Model Binding Responses in Laravel
Take control of Laravel's model binding failures with the missing method. Transform 404 errors into meaningful interactions by providing smart redirects and relevant suggestions. The post Beyond 404:...
View ArticleRich Text Laravel
Integrates the Trix Editor with Laravel. Inspired by the Action Text gem from Rails. The post Rich Text Laravel appeared first on Laravel News. Join the Laravel Newsletter to get all the latest...
View ArticleLaravel Live Denmark 2025
Join over 300 other Laravel and PHP enthusiasts from around the world for two days of learning, 16 speakers and more within the Laravel community. The post Laravel Live Denmark 2025 appeared first on...
View ArticleSmart Route Detection in Laravel
Elevate your Laravel application's routing intelligence with the named method. Create smarter, context-aware components that respond dynamically to the current route. The post Smart Route Detection in...
View ArticleRelative Date Helpers in Laravel 11.42
The Laravel team released v11.42, which includes relative date helpers, fluent numeric validation, JSON assertions on streamed content, and more. The post Relative Date Helpers in Laravel 11.42...
View ArticleFine-tuning Pagination Links in Laravel
Master Laravel's pagination display with onEachSide. Create adaptive navigation interfaces that adjust to your dataset size while maintaining a clean user experience. The post Fine-tuning Pagination...
View ArticleUsing Relative Date Helpers in Laravel's Query Builder
We now have access to useful relative query builder methods for dates. While you don't need to refactor all your applications to use these methods, they add a nice, readable touch to relative date...
View ArticleNativePHP for iOS
Simon Hamp joins us to discuss the development of Native PHP iOS, a project that allows PHP applications to run natively on your mobile device. The post NativePHP for iOS appeared first on Laravel...
View ArticleEnum-Powered Route Permissions in Laravel
Streamline permission-based routing in Laravel with enhanced enum support. Create cleaner, type-safe route definitions while maintaining robust access control in your applications. The post...
View ArticleFusion Developer Preview is released: Write PHP inside your Vue and React...
Aaron Francis and Try Hard Studios just officially launched Fusion! The post Fusion Developer Preview is released: Write PHP inside your Vue and React components appeared first on Laravel News. Join...
View ArticlePhiki: A Powerful PHP-Based Syntax Highlighter for Web and Terminal
Phiki is a PHP syntax highlighter developed by Ryan Chandler used to create code syntax highlighting for both web and terminal. The post Phiki: A Powerful PHP-Based Syntax Highlighter for Web and...
View ArticleIntroducing the Laravel Developers Report 2025
Explore the Laravel Developers Report 2025 by Adeva—uncover trends, AI impact, and salary benchmarks to stay ahead in the Laravel ecosystem. The post Introducing the Laravel Developers Report 2025...
View ArticleWorking with JSON Column Updates in Laravel
Master Laravel's JSON column update capabilities using the arrow syntax. Learn to efficiently modify specific portions of JSON data in your database while maintaining data integrity and structure. The...
View Article