Latest Laravel/PHP Articles

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


Sharing code has never been more accessible, and installing PHP packages has become convenient; building packages however? In this tutorial, I will walk through...
Working with third-party APIs can be frustrating; we get JSON responses which in PHP will be represented as a plain old array - and we send data as arrays too....
Recently I came across a unique approach to loading routes into Laravel applications, and I wanted to share this with you. It allows you to create Route Registr...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Laravel celebrated its 10th-anniversary last year. Today it is the most popular PHP framework used by thousands of developers. Each year https://twitte...
As developers, the chance of you having a personal website is pretty high. After all, it is what we do - and most likely, you have rebuilt this countless times....
Eloquent Castable attributes are one of the more powerful features of Laravel; some people use them religiously while others tend to shy away from them. You can...
We have all needed to add some sort of search to our applications before, and a lot of the time we leaned towards Algolia and Laravel Scout - because it worked...
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

Laravel Pint
The long-awaited hype train is finally over, Laravels latest open source CLI app has been released to the world, and we got our hands on it to tell you all abou...
The biggest issue with working with third-party APIs is that we have very little visibility. We integrate them into our code base and test them - but we have no...
We have all been there, we want to integrate with a 3rd party API in Laravel and we ask ourselves “How should I do this?“. When it comes to API integrations I a...
Over the last few years static analysis in PHP, and more specifically Laravel, has become more and more popular. Up until this point I had struggled getting a g...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.

juststeveking.uk

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...
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...
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

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...