Doing stricter checks in PHP
– blog.genijaho.dev - submitted by Geni Jaho
A nice refactoring I've learned recently is to utilize types in conditionals. For years I’ve been doing `if (!empty($posts...
Read more [blog.genijaho.dev]
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– blog.genijaho.dev - submitted by Geni Jaho
A nice refactoring I've learned recently is to utilize types in conditionals. For years I’ve been doing `if (!empty($posts...
Read more [blog.genijaho.dev]
– github.com - submitted by Ankur
Handle PayPal webhooks in Laravel php framework with ease.
Read more [github.com]
– fly.io - submitted by Kathryn Anne Tan
What if, we can import spreadsheet data, without uploading the file?? In this article, we import data with JS packages, web workers, and Livewire!
Read more [fly.io]
– docs.saloon.dev - submitted by Sam Carré
Saloon gives you all the tools you need to build beautiful API integrations or SDKs for your application. Build API integrations faster with Saloon.
Read more [docs.saloon.dev]
– fly.io - submitted by Chris Fidao
Use Laravel Sanctum to host your frontend and backend on different subdomains - including authentication and CSRF protection.
Read more [fly.io]
– blog.shahryartayeb.com - submitted by Shahryar
In this blog post, I will guide you through the steps to create a Polymorphic One-to-Many factory in Laravel.
Read more [blog.shahryartayeb.com]
– wilo-ahadi.com - submitted by Wilo Ahadi
Three methods are explained to retrieve data between the start and end dates of a model in a Laravel 10 project.
Read more [wilo-ahadi.com]
– youtu.be - submitted by Bert De Swaef
In this episode I'm sitting down with Freek Van der Herten.
Read more [youtu.be]
– youtu.be - submitted by Bert De Swaef
Warp is a Rust-based terminal. A powerful application that eases out a lot of things for you, like sharing snippets, command history, suggestions, workflows and even a built-in AI to help you out when you get stuck.
Read more [youtu.be]
– arunas.dev - submitted by Arunas
If you have jobs and listeners being fired within database transactions, it can lead to data inconsistencies if the transaction rolls back. Learn how to properly handle them here.
Read more [arunas.dev]
– www.conroyp.com - submitted by Paul Conroy
Rolling averages are a great tool for smoothing out noisy data, helping you to more easily spot long-term trends. This new package adds first-class support to Laravel Collections for rolling average calculations.
Read more [www.conroyp.com]
– fly.io - submitted by Chris Fidao
Use browser's native autocomplete input fields and dynamically update with Livewire!
Read more [fly.io]
– tighten.com - submitted by Jamison Valenta
Learn how Rector, a tool for programmatically refactoring PHP code, can help you keep your codebase clean and consistent--no matter who’s working on it.
Read more [tighten.com]
– github.com - submitted by Ash Allen
Laravel Exchange Rates v7.0.0 has some quality-of-life improvements to make adding new API support easier.
Read more [github.com]
– github.com - submitted by Ash Allen
Favicon Fetcher v2.0.0 now has new "fetchAll" and "fetchAllOr" methods to get all the available icons for a website. It also has the ability to grab the largest favicons.
Read more [github.com]
– geisi.dev - submitted by Tim Geisendörfer
How to use Microsoft Office 365 Graph API as Mail Driver for your Laravel app.
Read more [geisi.dev]
– fly.io - submitted by Kathryn Anne Tan
Easily share user-video interaction data from client to browser with Livewire!
Read more [fly.io]
– github.com - submitted by Chris Mellor
A Laravel package to block Users and not see their data
Read more [github.com]
– ryangjchandler.co.uk - submitted by Ryan Chandler
In this post, I demonstrate how to use FFI and a lower-level language such as Rust to improve the performance of a critical path.
Read more [ryangjchandler.co.uk]
– rocketee.rs - submitted by Mark van Eijk
How to mimic the encrypted cookie value for requests to your own application (that uses encrypted cookies).
Read more [rocketee.rs]