Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


juststeveking-uk-astro.pages.dev

Laravel Pint
https://juststeveking-uk-astro.pages.dev/about https://juststeveking-uk-astro.pages.dev/projects https://juststeveking-uk-astro.pages.dev/speaking https://justs...

juststeveking-uk-astro.pages.dev

Eloquent Attribute Casting
https://juststeveking-uk-astro.pages.dev/about https://juststeveking-uk-astro.pages.dev/projects https://juststeveking-uk-astro.pages.dev/speaking https://justs...
https://juststeveking-uk-astro.pages.dev/about https://juststeveking-uk-astro.pages.dev/projects https://juststeveking-uk-astro.pages.dev/speaking https://justs...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.

juststeveking-uk-astro.pages.dev

Running PHPStan on max with Laravel
https://juststeveking-uk-astro.pages.dev/about https://juststeveking-uk-astro.pages.dev/projects https://juststeveking-uk-astro.pages.dev/speaking https://justs...

juststeveking-uk-astro.pages.dev

API Integrations using Saloon in Laravel
https://juststeveking-uk-astro.pages.dev/about https://juststeveking-uk-astro.pages.dev/projects https://juststeveking-uk-astro.pages.dev/speaking https://justs...

juststeveking-uk-astro.pages.dev

Running PHPStan on max with Laravel
https://juststeveking-uk-astro.pages.dev/about https://juststeveking-uk-astro.pages.dev/projects https://juststeveking-uk-astro.pages.dev/speaking https://justs...

juststeveking-uk-astro.pages.dev

Laravel subdomains in Docker
There are many ways you can add Docker to your Laravel application, but how do you add docker to your Laravel application when you need sub domain support? Crea...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.

juststeveking-uk-astro.pages.dev

Sauber PHP
I have used a lot of different frameworks in my career, from Zend(Laminas) to Yii, Cake to Codeignitor, SlimPHP to Laravel and more. I have always been a fan of...

juststeveking-uk-astro.pages.dev

Laravel Command Bus
In Laravel 5.1 the Command Bus was replaced with Dispatchable Jobs, we can still use them but let us also look at how to add a Command Bus. To start using a com...

juststeveking-uk-astro.pages.dev

Building a CLI application in 2022
I have been building CLI apps for a long time, from simple bash/perl scripts back when I was a System Admin - and now using things like PHP Go or Rust. Let’s wa...

juststeveking-uk-astro.pages.dev

Testing API responses in pestPHP
I get asked about API response testing a lot, how should you do it, and where to start. I have a general rule when it comes to testing APIs, and that rule is: “...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.

juststeveking-uk-astro.pages.dev

Adapter Pattern
Of all of the design patterns you could use in your code, the adapter pattern is one of my all time favourites. so you can switch implementation simply by switc...

juststeveking-uk-astro.pages.dev

Tappable Query Scopes in Laravel
I recently saw an awesome tweet while browsing twitter which introduced this idea of tappable query scopes, and wanted to share it and dig into it a little more...

juststeveking-uk-astro.pages.dev

Laravel DDD - Routing within our Domain
In a normal Laravel application we store all of our routes within web.php or api.php typically, however how does this work with our Domain Driven Design approac...
In our last instalment we spoke about how we can use data objects and data object factories to escape what I call “array hell”, a place where we have no idea wh...