Latest Laravel/PHP Articles

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


https://sebastiandedeyne.com/php-wishlist-pipe-operator/ https://sebastiandedeyne.com/tags/php/ https://sebastiandedeyne.com/tags/php-wishlist/https://sebastian...

63edb91e46663800083d0ea0--sebastiandedeyne-com-e11d52.netlify.app

Local or session storage?
We tend to grab straight for localStorage, but it’s not the only tool in our workbox. Let’s review their similarities and differences, and determine when to use...

63edb91e46663800083d0ea0--sebastiandedeyne-com-e11d52.netlify.app

2022 redesign
I tweaked the style a lot, but changes were incremental and stay true to the neutral black and white style. Codebases rot over time, and small changes slowly bu...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.

63edb91e46663800083d0ea0--sebastiandedeyne-com-e11d52.netlify.app

Named arguments
Look at this code, I have no idea what false, false, true conveys. $page->render(false, false, true); A pattern I often see in older code is an associative arra...

63edb91e46663800083d0ea0--sebastiandedeyne-com-e11d52.netlify.app

PHP wishlist: The pipe operator
Well, the pipe operator |> is mine. I’d like to expand on why I think the pipe operator would be a valuable addition to the language from a PHP developer’s pers...

63edb91e46663800083d0ea0--sebastiandedeyne-com-e11d52.netlify.app

Leading slashes in .gitignore
The other day, I pulled down a project and couldn’t get the CSS to build because files were missing. It turned out another developer created a new resources/css...

63edb91e46663800083d0ea0--sebastiandedeyne-com-e11d52.netlify.app

Screenshots
Not just finished work, the things that didn’t make it can be even more inspiring to look back at. With modern software, artifacts of work in progress are becom...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.

63edb91e46663800083d0ea0--sebastiandedeyne-com-e11d52.netlify.app

Better code highlighting in Hugo with Torchlight
In this post, I’ll explain how I set up Torchlight CLI for my Hugo site. Torchlight is a code-highlighter-as-a-service built on Visual Studio Code’s editor high...
In this comprehensive guide, you are going to learn how to build a login with Goggle in Laravel using Laravel external libraries such as Socialite, Jetstream, a...

63ed317ce2b8760008fb2e0a--sebastiandedeyne-com-e11d52.netlify.app

Named arguments
Look at this code, I have no idea what false, false, true conveys. $page->render(false, false, true); A pattern I often see in older code is an associative arra...

63ed317ce2b8760008fb2e0a--sebastiandedeyne-com-e11d52.netlify.app

Granular interfaces
It was food for thought about the flexibility granular interfaces provide, and choosing the right abstraction at the right time. First, we’ll create a course ob...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.

63ed317ce2b8760008fb2e0a--sebastiandedeyne-com-e11d52.netlify.app

Screenshots
Not just finished work, the things that didn’t make it can be even more inspiring to look back at. With modern software, artifacts of work in progress are becom...

63ed317ce2b8760008fb2e0a--sebastiandedeyne-com-e11d52.netlify.app

Better code highlighting in Hugo with Torchlight
In this post, I’ll explain how I set up Torchlight CLI for my Hugo site. Torchlight is a code-highlighter-as-a-service built on Visual Studio Code’s editor high...

63ed317ce2b8760008fb2e0a--sebastiandedeyne-com-e11d52.netlify.app

Leading slashes in .gitignore
This is a friendly reminder to keep leading slashes in mind in .gitignore files. The other day, I pulled down a project and couldn’t get the CSS to build becaus...

63ed317ce2b8760008fb2e0a--sebastiandedeyne-com-e11d52.netlify.app

Local or session storage?
We tend to grab straight for localStorage, but it’s not the only tool in our workbox. Let’s review their similarities and differences, and determine when to use...