Latest Laravel/PHP Articles

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


This article is taking that next step, creating our domain code. We will being this part of the journey by creating data objects and data object factories. But...
In the last instalment we spoke about using a simplified version of the CQRS pattern to create commands. This time we are going to talk about the other side to...
I have been working with 3rd party APIs for longer than I care to admit, over time I have found a few ways that work nicely for me. In particular when working w...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
Sending API requests in any PHP framework has always been a little bit of a manual process, yes you can create an SDK or wrapper - but you are still having to d...
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...
I would like to announce my latest package *uri-builder* which is a fluent interface for building a URI string. Now, it might sound simple - and you might wonde...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...

www.juststeveking.uk

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...
Log is a way which we can use to keep track of input data, output data, requests made through our applications, log system error messages, notify about informat...

www.phparch.com

One Last Slice
Ken Marks wraps up his series on working with a Raspberry Pi. Ken has done such a fantastic job taking us through his process of using a Raspberry Pi and writin...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
I. Introduction II. Install Windows Terminal III. Install WSL Ubuntu IV. Install Nginx V. Install MySQL VI. Install PHP VII. Create a Laravel Application VIII....
User enumeration is a brute-force technique that is used to collect or verify valid users' credentials.
Consider a navigation menu with a bunch of links and you are trying to activate them based on the current active route name. In normal case you have to return t...
Do you want to extract the content of a web page? It requires scraping a website and fetching the content. In this tutorial, let’s build a website scraper in PH...