Combining event sourcing and stateful systems
– stitcher.io - submitted by Brent
In this two-part series, my colleague Freek and I will discuss the architecture of a project we're working on.
Read more [stitcher.io]
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– stitcher.io - submitted by Brent
In this two-part series, my colleague Freek and I will discuss the architecture of a project we're working on.
Read more [stitcher.io]
– ryangjchandler.co.uk - submitted by Ryan Chandler
If you don't need a reactive UI, Alpine.js might still find it's place in your tech stack.
Read more [ryangjchandler.co.uk]
– timacdonald.me - submitted by Tim Mac
String concatenation is the current way we can pass arguments to Laravel middleware - but what if there was another way
Read more [timacdonald.me]
– github.com - submitted by Gustavo Ocanto
Relay is a data transfer objects structure that allows you to consume third party API payloads and parse them into their proper type object throughout a promotion mapper to ensure given incoming data abides by its expected type.
Read more [github.com]
– github.com - submitted by Peter Steenbergen
A small package to leverage the TransIP Rest api package through this little wrapper.
Read more [github.com]
– www.codedge.de - submitted by codedge
Running a PHP application on AWS Fargate with Github Actions for deployment with Laraval as an example application. Ready-to-use scripts are provided in a Github repository.
Read more [www.codedge.de]
– github.com - submitted by belamov
[belamov/postgres-range](https://github.com/belamov/postgres-range) package provides suport of PostgreSQL's range types in your Laravel 7+ applications.
Read more [github.com]
– www.csrhymes.com - submitted by Chris Rhymes
How to test Laravel validation rules to help you debug your application easier
Read more [www.csrhymes.com]
– sarfas.codes - submitted by Oliver Sarfas
Route Model Binding in Laravel is incredibly powerful, and a key skill in any PHP Developer's set. You can quickly build dynamic routes and pull data from the database with some simple type hints.
Read more [sarfas.codes]
– github.com - submitted by Lupacescu Eduard
This is a lightweight package which allow you to manage a session in a stateless communication (REST/API) when the API domain and main web application domain are different.
Read more [github.com]
– driesvints.com - submitted by Dries Vints
In light of the discussion of last Friday I wrote a more longer piece on why I use Single Action Controllers and think that they are a thing of beauty.
Read more [driesvints.com]
– github.com - submitted by Luis Dalmolin
This package gives some love to our joins when using Eloquent.
Read more [github.com]
– php.watch - submitted by Ayesh
A new handy function, `str_contains` is coming soon with PHP 8.0 to help replace those clunky `strpos()` calls.
Read more [php.watch]
– driesvints.com - submitted by Dries Vints
I wrote a short piece about some of the different ways you could take to test Laravel Cashier.
Read more [driesvints.com]
– github.com - submitted by Alexandr Chernyaev
This open project aims to provide the ability to easily implement the JSON-RPC 2.0 server specification for the Laravel.
Read more [github.com]
– medium.com - submitted by Pavol Perdik
In this article we are talking about the native PostgreSQL type daterange and how to easily use it in Laravel.
Read more [medium.com]
– driesvints.com - submitted by Dries Vints
A package to easily make use of the Heroicons built by Steve Schoger & Adam Wathan in your Laravel Blade views.
Read more [driesvints.com]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Handy tip when you want to prevent certain Eloquent methods from being successful.
Read more [ryangjchandler.co.uk]
– ryangjchandler.co.uk - submitted by Ryan Chandler
A brief introduction to Alpine.js.
Read more [ryangjchandler.co.uk]
– stefanzweifel.io - submitted by Stefan Zweifel
Running your test suite with xdebug can be slow. I've switched to PCOV. My test suites now generate code coverage reports *and* run 10 times faster.
Read more [stefanzweifel.io]