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. 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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.

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...
There's been a lot of debate in the last few weeks on the merits of building web apps with HTML-over-the-wire vs. using popular JavaScript libraries like Vue an...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
I’m a web developer by trade and a part-time author, so here are a few things that I have done to help promote my books and ebooks using my website and my tech...
To optimize memory usage, the crwlr/crawler library leverages PHP's Generators. If you want to write a custom step for your crawler, the step must return a Gene...
Full title is Managing My Motivation, as a Solo Dev, but this is great advice for any dev. Leave tasks unfinished I can’t overstate how much this one helps me....
We love to add small features to Flare. This week's feature allows you to create issues way faster! If you've integrated your Flare project with GitHub, GitLab,...