PHP
PHP-Doc in Blade-Views
How to use PHP-doc tags for better autocompletion in Blade views. Read More
How to use PHP-doc tags for better autocompletion in Blade views. Read More
Testing emails can be a pain. Luckily, there are plenty of tools out there that can make the process a lot easier. Let me show you how to setup MailHog, a local development tool for 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…