Latest Laravel/PHP Articles

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


stitcher.io

Slashdash
A year or so ago, I stumbled upon a website for yet another document language similar to YAML, JSON or XML; it was called https://kdl.dev/. I don't know what be...
when we are using @push('scripts') in laravel livewire components blade file. Then following lines need to be added in layout file app.blade.php for @push('scri...
Laravel provides a clean interface for building https://www.iankumu.com/blog/laravel-rest-api/. Rest APIs have been the defacto way of building flexible and sca...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...

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...
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.

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...

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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...

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...