Latest Laravel/PHP Articles

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


We are faced with the task of developing an application that, as an example, will provide an opportunity for the user, within our application, to create an acco...
Laravel makes it easy to handle file uploads from a request that's multipart/form-data encoded. You can access uploaded files through a Request instance, and it...
In this post, I will show you a package developed by me that you can import and you on your Laravel/PHP project. A Circuit Breaker is one more example...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Last week, the W3C decided they were not going to use WordPress for their next website. Accessibility was the driving force for the final choice between three c...

matthewdaly.co.uk

What I want in a PHP CMS
I maintain a custom PHP legacy CMS for a client, and have also been building a micro-CMS as a learning project, so I’ve spent quite a lot of time in the last fe...
Just as we have to monitor our infrastructure to keep Sonar running smoothly, an ISP has to monitor their network to catch issues before they happen, or respond...
2 hours ago, no comments yet, Barry van Veen Once every while the test was failing, it was flaky. The error was this one: Malformed UTF-8 characters, possibly i...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
For hotlaps.io I generate typed field accessors for every model field to get easier access to the data stored in a model. Looking through the Laravel documentat...
Today we begin the Early Access Program for Code With Me, a tool for remote collaborative development and pair programming that you have long been waiting for....
Laravel API resources are a great tool to format json resources to be returned by an API endpoint. If you are not familiar with this part of the framework, the...
· September 28, 2020 · ⋆ PHP Remember arrow functions which were released way back with PHP 7.4? Well, for reasons similar to above, this RFC can brin...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Bolt CMS has been officially released this week, bringing fruit to a two-year-long journey of extensive development. Bolt structures all content in ContentTypes...
How It Should Be Done In this article, you would learn: It is assumed that you know basic PHP if you are reading this. Laravel makes it very easy to de...
The goal of the article is to create an API gateway, that doesn’t keep the state of the user in any storage, but authenticates using OTP based authentication. T...
This month I started to read a book called “Continuous Delivery with Docker and Jenkins — Second edition” from Rafal LESZKO. I’m a professor at the University E...