I released version 4.7.0 for Laravel Mail Catchall
This version adds support for PHP 8.5
This package helps you to forward all the mail from your Laravel application to a specified address and have the information about the original receivers added.
https://gitlab.com/tjvb/laravel-mail-catchall
#PHP #Release #Laravel #PHP85 #PHP
Probably unpopular opinion:
I never liked the idea of "code-free" templates in #PHP
The entire concept seems redundant since you inevitably end up reinventing some form of scripting for loops, if/else logic etc... all over again and it's yo dawg I heard you like scripting so I put scripting in your scripting so you can script while you script
In today's video, I show you why $request->get() can silently fail and what to use instead. #php #laravel https://masteringlaravel.io/daily/2026-02-20-video-stop-using-request-get
@edorian showing how #PHP actually works #phpuk #phpuk26

I don't understand enough Rust to be able to read an API reference in the documentation, but I do like the match expression. PHP has something similar and it's much cleaner than a huge if/elseif block or switch statement.
🔗 No Chrome, no Node, no problem: PDF generation in Laravel finally grows up
https://jpcaparas.medium.com/no-chrome-no-node-no-problem-pdf-generation-in-laravel-finally-grows-up-1134c3304082
#php #laravel #package #pdf
Null Coalescing vs Walrus Operator: One-Line Power
PHP's ?? operator vs Python's := walrus operator. Which language gives you more one-line superpowers? Mind = blown!
#php #python #phpvspython #nullcoalescing #walrusoperator #operators #oneliner #programmingcomparison #phptricks #pythontricks #codecomparison #syntaxcomparison #viralcoding
https://www.youtube.com/watch?v=0KmTGH51AW8
Well, seeing as how my Sisyphian attempts to find a native 8in Linux tablet seem to be hopeless i've copied my #Perl development environment onto my Android/Termux device and it runs great. Now i won't need to SSH into the server and work - just use #Termux and transfer files as needed. In fact it worked so well i've installed #php 8.5 and will use that in the same way (I don't use frameworks etc).
Edit: oh, and i ran "cpan install File::Which" and it took 45 minutes, because .. dependencies. Yeah, I remember now ![]()
Running #Lando on GitHub Actions. #Laravel #PHP
https://www.garfieldtech.com/blog/lando-github-actions
A131645: Beastly primes (version 2): primes containing 666 as a substring
A131645 ➡️ https://oeis.org/A131645
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A131645.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A131645.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A131645.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

A131323: Odd numbers whose binary expansion ends in an even number of 1's
A131323 ➡️ https://oeis.org/A131323
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A131323.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A131323.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A131323.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

@k47 Never heard of the D language until today. And now, I should be able to compile it into a #PHP extension?!?!
I tried, but I need to build the gdc compiler first... that is a detour. :(