Nodes and the Visitor pattern
– lorisleiva.com - submitted by Loris
Learn why, when and how to structure your data as a cluster of nodes and how to execute various operations on that cluster via external visitors.
Read more [lorisleiva.com]
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– lorisleiva.com - submitted by Loris
Learn why, when and how to structure your data as a cluster of nodes and how to execute various operations on that cluster via external visitors.
Read more [lorisleiva.com]
– zubairmohsin.dev - submitted by Zubair Mohsin
Let's take look at how Laravel uses `league/flysystem` package to create a robust file storage system.
Read more [zubairmohsin.dev]
– www.jeroenvanrensen.nl - submitted by Jeroen van Rensen
With the arrival of Laravel 8, new ways for authentication have been added to the Laravel ecosystem. Fortify, Jetstream and Breeze. Although these tools can save you a lot of time, often when you want something more complex they cost you more time. Fortunately, Laravel allows you to add manual auth without the use of any package, just Laravel's core. In this series, we're going to learn how to add manual auth in Laravel.
Read more [www.jeroenvanrensen.nl]
– tighten.co - submitted by Jamison Valenta
Here are some hot tips for mapping large datasets on Google Maps, without sacrificing performance.
Read more [tighten.co]
– zubairmohsin.dev - submitted by Zubair Mohsin
Let's find out how markdown emails are rendered in Laravel.
Read more [zubairmohsin.dev]
– graphql-api.com - submitted by Leonardo Losoviz
Jason Bahl recently proposed 3 approaches to integrating the WordPress editor with decoupled applications, via GraphQL. I propose a 4th approach, based on the COPE ("Create Once, Publish Everywhere") strategy, which can possibly avoid the need to create a server-side registry.
Read more [graphql-api.com]
– zubairmohsin.dev - submitted by Zubair Mohsin
A code dive blogpost about how email address validation works in Laravel.
Read more [zubairmohsin.dev]
– postsrc.com - submitted by Sir Src
Learn how to get the previous and next record in a Laravel application to navigate around easily
Read more [postsrc.com]
– postsrc.com - submitted by Sir Src
Learn how Laravel Redis queued jobs can be deleted
Read more [postsrc.com]
– www.jeroenvanrensen.nl - submitted by Jeroen van Rensen
With the arrival of Laravel 8, new ways for authentication have been added to the Laravel ecosystem. Fortify, Jetstream and Breeze. Although these tools can save you a lot of time, often when you want something more complex they cost you more time. Fortunately, Laravel allows you to add manual auth without the use of any package, just Laravel's core. In this series, we're going to learn how to add manual auth in Laravel.
Read more [www.jeroenvanrensen.nl]
– adithya.dev - submitted by Adithya
Implementing content-visibility: auto and the problem that followed soon after
Read more [adithya.dev]
– divinglaravel.com - submitted by Robin Dirksen
If you're running your queue workers on a server with limited resources it's important to ration the resource used by those workers.
Read more [divinglaravel.com]
– dev.to - submitted by Brian Dillingham
Intro to Jetstream + Vue for devs used to blade
Read more [dev.to]
– zubairmohsin.dev - submitted by Zubair Mohsin
In my journey of exploring each Laravel dependency, `cron-expression` package is today's topic. Let's see how Laravel uses it in Task scheduling.
Read more [zubairmohsin.dev]
– www.jeroenvanrensen.nl - submitted by Jeroen van Rensen
In my previous post, I told why you shouldn't expose your default incrementing IDs, because of security and other issues. Luckily there are some solutions for this problem: slugs and UUIDs.
Read more [www.jeroenvanrensen.nl]
– graphql-api.com - submitted by Leonardo Losoviz
I’ll start publishing a monthly review of how the GraphQL API plugin is doing: progress on the financial goals, number of downloads, strategies to engage contributors, others. This is the first edition, for March '21.
Read more [graphql-api.com]
– armancodes.medium.com - submitted by Arman Ahmadi
While developing your applications, you might want to see the list of the packages that have available updates, so that you can easily check if you want to update them.
Read more [armancodes.medium.com]
– svenluijten.com - submitted by Sven
How you can leverage DNSControl and GitHub Actions to make DNS configuration a breeze.
Read more [svenluijten.com]
– www.jeroenvanrensen.nl - submitted by Jeroen van Rensen
By default, every Laravel model has an incrementing ID. Although this makes things very easy, there are some security reasons why you shouldn't be exposing this ID to your users. In this article, I'm going to explain why.
Read more [www.jeroenvanrensen.nl]
– adithya.dev - submitted by Adithya
Informing Bing search engine about new or updated content on your website using PHP / Laravel
Read more [adithya.dev]