⚡ https://battle-ready-laravel.com
🔥 https://consuming-apis-in-laravel.com
✨ https://web-dev-freelancing.com
The result of the closure will be stored on the first call. Then all future calls will return the stored result.
When used in the right places, this can lead to some nice performance gains.
The result of the closure will be stored on the first call. Then all future calls will return the stored result.
When used in the right places, this can lead to some nice performance gains.
To solve this, you can schedule the "queue:prune-batches" command.
I've just added this to @findapr after I noticed the table contained a ton of old rows (approx 28k rows) 😄
To solve this, you can schedule the "queue:prune-batches" command.
I've just added this to @findapr after I noticed the table contained a ton of old rows (approx 28k rows) 😄
Without cheating, what will the last line output in PHP?
This is something which used to catch me out all the time! 👀
Without cheating, what will the last line output in PHP?
This is something which used to catch me out all the time! 👀
It's crossed 100 stars on GitHub! ⭐
It's really close to hitting its first 1,000 downloads, too. I've just checked and it's been installed 995 times 👀
It's crossed 100 stars on GitHub! ⭐
It's really close to hitting its first 1,000 downloads, too. I've just checked and it's been installed 995 times 👀
This release includes:
✅ Artisan command that can be used to update the disposable domain list (shown in the screenshot)
✅ Caching to improve performance
✅ An updated list of disposable domains (4932 domains!)
[1/2]
This release includes:
✅ Artisan command that can be used to update the disposable domain list (shown in the screenshot)
✅ Caching to improve performance
✅ An updated list of disposable domains (4932 domains!)
[1/2]
Is this something you might use? 😄
👉 PR: github.com/laravel/fram...
Is this something you might use? 😄
👉 PR: github.com/laravel/fram...
I've been using Mailtrap for a few years for email testing, and it's always been a great platform. So it's really cool that they're now sponsoring me!
Thanks! 🩵
I've been using Mailtrap for a few years for email testing, and it's always been a great platform. So it's really cool that they're now sponsoring me!
Thanks! 🩵
If the `filter_var` validation fails, it will trigger an exception to be thrown 🔥
If the `filter_var` validation fails, it will trigger an exception to be thrown 🔥
Repo: github.com/ash-jc-allen...
P.s. - I'd be forever grateful if you could star the repo ⭐
Repo: github.com/ash-jc-allen...
P.s. - I'd be forever grateful if you could star the repo ⭐
Huge thank you to everyone who's bought any of my books over the past 3 years. Your support means the world to me 🩵
I hope they've been useful and taught you new things!
Huge thank you to everyone who's bought any of my books over the past 3 years. Your support means the world to me 🩵
I hope they've been useful and taught you new things!
I don't know whether they'd be helpful to others, but they're something I'd definitely use 😄
What do you think?
I don't know whether they'd be helpful to others, but they're something I'd definitely use 😄
What do you think?
You can now set the hashing algorithm that should be used by the "HashContents" redaction strategy.
In this example, we're SHA256-ing the "name" and "email" fields of users who were soft-deleted over 30 days ago 😄
You can now set the hashing algorithm that should be used by the "HashContents" redaction strategy.
In this example, we're SHA256-ing the "name" and "email" fields of users who were soft-deleted over 30 days ago 😄
It's as simple as implementing the `ShouldBeEncrypted` interface 🔥
You can use it with:
✅ Jobs
✅ Notifications
✅ Mailables
✅ Listeners
It's as simple as implementing the `ShouldBeEncrypted` interface 🔥
You can use it with:
✅ Jobs
✅ Notifications
✅ Mailables
✅ Listeners
I use "list" on an almost daily basis, but only just learned about "non-empty-list" today 🤯
I think this could be super useful, so I'm gonna start using it in my code from now on 😄
I use "list" on an almost daily basis, but only just learned about "non-empty-list" today 🤯
I think this could be super useful, so I'm gonna start using it in my code from now on 😄
I feel like they pair together really nicely 🔥
I feel like they pair together really nicely 🔥
I wonder if I'll ever hit 10k subscribers? 👀
It's an arbitrary goal, but it'd be cool to hit that number 😄
I wonder if I'll ever hit 10k subscribers? 👀
It's an arbitrary goal, but it'd be cool to hit that number 😄
I needed to jog my memory on testing API integrations in Laravel.
A couple of minutes reading, and I'm back up to speed! 😄
I needed to jog my memory on testing API integrations in Laravel.
A couple of minutes reading, and I'm back up to speed! 😄
It's only a small number of visitors.
But I'm really interested to see how much this number will grow (or shrink!) over the next few years 😄
It's only a small number of visitors.
But I'm really interested to see how much this number will grow (or shrink!) over the next few years 😄
On Friday, I tagged and released a new version of my Favicon Fetcher package. You can now grab favicons in your Laravel apps using DuckDuckGo's icon API 😄
On Friday, I tagged and released a new version of my Favicon Fetcher package. You can now grab favicons in your Laravel apps using DuckDuckGo's icon API 😄
This indicates that the function/method will never return. This is useful if your method always throws an exception or uses something like "exit" 😄
This indicates that the function/method will never return. This is useful if your method always throws an exception or uses something like "exit" 😄
This can be useful if you don't store your policies in the default directories 😄
This can be useful if you don't store your policies in the default directories 😄
This will be useful if you're chaining any string operations!
A cool contribution by Hristijan Manasijev 😄
This will be useful if you're chaining any string operations!
A cool contribution by Hristijan Manasijev 😄