Hey hey, From my LaravelDaily.comLaravel Queues Performance Test: Sending 5,000 PDFs
laraveldaily.com
In Laravel, dispatching a Job to the Queue is simple. But what about 5,000 jobs at once? Will it crash the server? How can we optimize it? We tried this experiment, and this article will tell you the results. From my YouTube ChannelSQLite vs MySQL: 5 Differences Laravel Devs Need to Know
www.youtube.com
If you are using SQLite and MySQL interchangably with Laravel, be cautious about some differences in the details. BIG News From Laracon EU 2025: My Opinions
www.youtube.com
Here's a video recap of what was presented on stage of Laracon EU in Amsterdam, with my personal opinion on Cloud, new Starter Kits, Nightwatch, Fusion and NativePHP for iOS. Roles/Permissions: Laravel + Vue Inertia + Spatie
www.youtube.com
A demo project on how to use spatie/laravel-permission with Vue Inertia and Laravel Breeze. PHP Enum with Custom Method: Creative Example
www.youtube.com
Example of creative usage of Enums, with `errorMessage()` function, re-used in multiple other classes. Laravel 11: Auto-Redirect Logged-In Users from Homepage
www.youtube.com
Let me demonstrate the usage of a function `redirectUsersTo()` that you can call in the bootstrap/app.php file. From Laravel CommunityHow to Build a Twitter clone with Livewire 3 & Laravel Reverb | Full Course
www.youtube.com
In this course we will be building a Twitter/X clone using Laravel 11, Livewire 3 and Laravel reverb. This twitter clone will include how to create tweets with hashtags & mentions, along with users receiving notifications. Introducing laravel-tfa-confirmation
stefanzweifel.dev
Earlier today I tagged v1 of a new Laravel package. laravel-tfa-confirmation – as the name might suggest – the package has to do with two-factor-authentication. Let me explain what the package does and how it could be beneficial for your project. Unorthodox Monoliths in Laravel
medium.com
Laravel is often synonymous with simplicity and developer-friendly experience. An Introduction to Laravel Queues and Temporary URLs
www.thisdot.co
Laravel is a mature, robust, and powerful web framework that makes developing PHP applications a breeze. In particular, I want to demonstrate how to create a website that can be used to convert videos online using queue jobs for processing and temporary URLs for downloading the converted files.
Hey! You like my curated weekly Laravel links?
Check out my Laravel courses. As a newsletter subscriber, you get 20% off membership, with coupon NEWSLETTER20! Relative Date Helpers in Laravel 11.42
laravel-news.com
The Laravel team released v11.42, which includes relative date helpers, fluent numeric validation, JSON assertions on streamed content, and more. Smart Route Detection in Laravel
laravel-news.com
Laravel's named method provides a clean way to determine if a current request matches a specific route name. This powerful feature allows you to execute conditional logic based on the current route, perfect for analytics, navigation highlighting, or permission checks. Beyond 404: Smart Model Binding Responses in Laravel
laravel-news.com
Laravel's missing method offers a sophisticated way to customize responses when model binding fails. Instead of showing generic 404 pages, you can create meaningful redirects or responses that enhance user experience. Laravel App deploying to AWS - any reason to prefer MySQL over MariaDB?
www.reddit.com
Title basically. I see some blog posts indicating that MariaDB now outperforms MySQL - but these are from a few years ago. Other than one being properly open source - is there anything compatibilities or Laravel compatibility wise that should sway me one way or the other? Larastrap v1
www.reddit.com
Recently I've tagged release 1.0.0 of Larastrap, a collection of Blade components built around the Bootstrap CSS framework. That's it for this week, see you in the next newsletter issue! |