PHP
Generate HTTPS URLs when running Laravel behind a proxy
What is the TrustProxies middleware and how can it help you generate secure HTTPS URLs, even when running Laravel behind a proxy? Read More
What is the TrustProxies middleware and how can it help you generate secure HTTPS URLs, even when running Laravel behind a proxy? Read More
Blog post with some practical tips on how to deal with failing and failed jobs. Read More
Mikhail Shilkov explains what cold starts are and discusses some interesting benchmarks. This article describes AWS Lambdaâthe dynamically scaled and billed-per-execution compute service. Instances of Lambdas are added and removed dynamically. When a new instance Read more…
This is how Seb decides when or when not to explicitly add types in TypeScript. Read More
When you use software that is open source, you’ll sometimes run into issues or small bugs that have already been fixed by the community in a PR or an issue, but have yet to be Read more…
MeiliSearch is a simple self-hosted full-text search solution that’s easy to integrate into a Laravel applicationâtheir team even maintains a Laravel Scout driver! Read More
ð¡ Advanced @laravelphp tip! If you’re using the $attributes variable in a Blade Component, you’re using the ComponentAttributeBag class, which is macroable ð I wrote a macro to dynamically toggle classes by accepting an array, Read more…
Modals can be a pain in the ass, but there’s no way around them. I’m currently working on an application where we need them. Whilst working with Inertia.js and Vue.js we have many options available, Read more…
This tutorial walks through how to set up your Laravel application to use Zapier to post tweets. Read More
Using the new parallel testing feature that recently landed in Laravel, we managed to run the Oh Dear testsuite about four times faster. Read More