Latest Laravel/PHP Articles

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


If you ever used Laravel queues on the server, you probably came across a section in the documentation about needing to run a Supervisor on your server in order...
There may be times in your Laravel projects when you want to manually build Collections of data. This might be because you're pulling in data from an external s...
In this episode, Scott talks to April Wensel from Compassionate Coding about empathy in coding and her keynote at php[tek] 2024. Copyright © 2002-2024 PHP Archi...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
I have just bought myself a new scientific calculator, a Casio fx-991CE X CLASSWIZ series, which is a twin of fx-991EX adapted for central Europe. This new inve...

ryangjchandler.co.uk

Enums in Rust
Rust is my second favourite programming languages. There are lots of things that I love about it and if I could take some of those features I love and squidge t...
One of the reasons we decided to switch over to SingleStore Cloud was that we could not only move our MySql (AWS Aurora), but we could also get rid of our Redis...
Magazine › 2024 › The PHP Gambit: Winning Strategies in Code The PHP Gambit: Winning Strategies in Code February 2024 Every month, we here at php[architect], as...
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.
In this video I will unveil the power of monitoring solutions for software developers. You will learn how to leverage automation to solve critical issues and av...
Laravel 11 will come out soon, and it will have some interesting changes. One of the biggest changes, of course, is the new simplified folder structure. Now the...
Here’s the talk I gave at Laracon EU 2023: And here are the slides:

paulund.co.uk

Version Control
Version control is a critical part of the software development lifecycle. It allows you to track changes to your code, collaborate with other developers, and ma...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
The Laravel service container is a magical thing. It allows us to resolve dependencies out of thin air, without worrying about how those dependencies are constr...
In this video I explore the essentials of application monitoring in software development. You can learn the best practices from Inspector Academy to ensure upti...
Selecting the right deployment strategy for you project is a critical step in the software development lifecycle. It can be the difference between a smooth depl...
Whether you're building a shiny new feature or refactoring bug deep in a legacy codebase, before you merge your work to production you want to get rid of all th...