Livewire explained: Defer VS Debounce VS Lazy
– youtu.be - submitted by Jonne Roelofs
In this video we will have a look at when, why and how you can use the debounce, defer and lazy modifier with wire:model.
Read more [youtu.be]
In this section you'll find links submitted by others.
Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?
To be able to submit a link you need to log in first.
Log in– youtu.be - submitted by Jonne Roelofs
In this video we will have a look at when, why and how you can use the debounce, defer and lazy modifier with wire:model.
Read more [youtu.be]
– youtu.be - submitted by Ashish Dhamala
In this video, we will be looking at the new latestOfMany relationship method in Laravel. We will also see the problem of hasOne relationship in this case and how this new method solves it.
Read more [youtu.be]
– invariance.dev - submitted by Nicolas Beauvais
In some cases, the Laravel validator gives out too many details. What if we want to use the power of the validator without giving anything in the response?
Read more [invariance.dev]
– chriswhite.is - submitted by Chris White
Stack traces can inadvertently leak sensitive secret values, this post shows how to hide them.
Read more [chriswhite.is]
– youtu.be - submitted by Ashish Dhamala
In this video, we will be looking at the new paginationInformation method that is added in Laravel version 8.73.0. With this method, we can easily change what we want to send to the client-side regarding pagination meta data.
Read more [youtu.be]
– hi-folks.dev - submitted by Roberto
This free eBook collects 50 useful, unknown, underrated PHP functions or stuff discovered, used, learned during the PHP daily use.
Read more [hi-folks.dev]
– youtu.be - submitted by Jonne Roelofs
In this video we are going to create a reusable datepicker component. We will do so by using my favorite datepicker, flatpickr, and wrapping it with Alpine.js and Laravel Livewire. It is meant as an example of how you can wrap javascript libraries in general.
Read more [youtu.be]
– adithya.dev - submitted by Adithya
How to fix AWS SignatureDoesNotMatch error
Read more [adithya.dev]
– chriswhite.is - submitted by Chris White
This post shows you how to run your Laravel Dusk tests in their own database when using Laravel Sail.
Read more [chriswhite.is]
– youtu.be - submitted by Ashish Dhamala
In this video, we will be looking at 4 new things added to the Laravel ecosystem in version 8.72.0.
Read more [youtu.be]
– aaronfrancis.com - submitted by Aaron Francis
An introduction to using bitmasks in general, and their usage in PHP, Laravel, and MySQL.
Read more [aaronfrancis.com]
– protone.media - submitted by Pascal Baljet
In this fourth post of the series, I've gathered new features added to Jobs and Queues in Laravel 8. Since the original release of 8.0 back in September 2020, Jobs and Queues got a bunch of significant updates that you don't want to miss.
Read more [protone.media]
– youtu.be - submitted by Jonne Roelofs
A lot of people seem to have a hard time getting started with testing. I hope to show how easy easy it is to get started when using Livewire.
Read more [youtu.be]
– chriswhite.is - submitted by Chris White
Choosing between Swoole and Roadrunner in a Laravel Octane deployment can be overwhelming - in this post I compare the advantages and disadvantages of both.
Read more [chriswhite.is]
– protone.media - submitted by Pascal Baljet
This blog post follows up on last week's overview of the new Database and Eloquent features in Laravel 8 since the original release in September 2020. I already covered Collections, and next week is all about Jobs and Queues. Enjoy!
Read more [protone.media]
– github.com - submitted by Ricardo Čerljenko
Simple JWT Auth for Laravel PHP Framework using Firebase JWT under the hood (alternative to tymon/jwt that's not maintained anymore).
Read more [github.com]
– aaronfrancis.com - submitted by Aaron Francis
A clever use of MySQL indexes and generated columns to make blazing fast geolocation searches.
Read more [aaronfrancis.com]
– protone.media - submitted by Pascal Baljet
In this series, I show you new features and improvements to the Laravel framework since the original release of version 8. This week is about the Database and Eloquent features in Laravel 8.
Read more [protone.media]
– doeken.org - submitted by Doeke Norg
The Visitor Pattern opens up your entities to extension without changing them (much); and keeps the code separate.
Read more [doeken.org]
– adevait.com - submitted by Filip Josifovski
Security is always a concern when you are developing a web application but fortunately, tools like the Laravel framework provide us with a lot of good practices and excellent features. This article dives into the Laravel security features and other out-of-the-box practices to help you understand how to better protect your applications.
Read more [adevait.com]