Latest Laravel/PHP Articles

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


This post is part of a series of posts about making and promoting an author website. I have seen a lot of threads from indie authors asking for advice with mark...

stitcher.io

Leaving Twitter
That's the amount of times I instinctively wrote "twitter.com" in Chrome's URL bar today. Five times I saw the login screen instead of my home feed, and five ti...
Since I started focusing on contributions to open-source projects a few years ago, I’ve opened and had merged hundreds of Pull Requests. This article outlines s...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
From Escape the Algorithm. When we create a contract or a pattern, there are gains in familiarity, modularity, and composability, but it's a lossy translation.
I've been burning out for a long time.
This post is part of a series of posts about making and promoting an author website. This post follows on from my last post about using your website to promote...
One of Ray's powerful features you might not have heard of is adding your own logic to it via macros. Macros in Ray allow you to define custom methods that can...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In any modern browser's element inspector, you can force an element into a :hover or :focus state to debug styling issues. Sometimes, you want to debug an issue...
Laravel HTTP client was introduced starting from version 10 of the framework, and then also made available in all previous versions. It stands out as a powerful...

sebastiandedeyne.com

The Art of Decision-Making
In a New Yorker article titled The Art of Decision-Making, Joshua Rothman explores the paradox of how we can spend a lot of energy fretting over small decisions...
This package provides an easy to work with class to convert PDF's to images. Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all ou...
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.
One thing I've been experimenting with lately, with positive results, is using models as flags. When you need to flag one of your models somehow, you might add...

sebastiandedeyne.com

Building Laravel Error Share
Last week, we released https://github.com/spatie/laravel-error-share, a package to share local Laravel exceptions with a coworker or your debugging friend on th...
Earlier this month, Laravel changed the default error page from Ignition to their home-baked basic version. Today, we are releasing a new package called spatie/...
One-to-one relationships occur when one Entity in the database has an association with another record from another Entity. For example, in a company, each Staff...