Dr. Who plays with Docker How :
docker.how
i seriously can't wait for this feature.. it will probably be the biggest PHP feature in the last 10 years, easy..
Title: Switzerland plans surveillance that is worse than US Broken shield with a Swiss flag on it
Swiss surveillance could become worse than US
If passed, chat, email & VPN providers from #Switzerland must:
π¨ Log IP addresses
π¨ Ask for ID upon sign up
π¨ Decrypt data upon request
Let's fight for #privacy! π tuta.com/blog/switzer...
Screenshot of Laramap, a project showcasing over 1200 developers from more than 12 countries on a map.
Wow, Laramap is really taking off. I never expected so many fellow developers to sign up. Thanks to this amazing community. Additionally, the first companies have reached out to support the project. Huge thanks to @ploi.io and Chief Tools.
#Laravel #Laramap
Wait, did I find another Laravel dev living in my village? π€― @needbrainz.com
The author posted it on reddit: www.reddit.com/r/webdev/com...
In the comments, he also posted a link that goes into more detail about the design: scope-creep.xyz/ui
"Company policy requires Windows"
Learn from @bobbybouwmann.bsky.social on how to master the Laravel queue to build fast and resilient Laravel applications.
A super insightful talk that explores how to building scalable, event-driven systems.
www.youtube.com/watch?v=nEtB...
I think the @thephpf.bsky.social is the best thing that has happened to PHP in a long time. Big props to everyone involved!
Join Kagi!
We are looking for a talented and detail-oriented developer to join our marketing team's efforts in creating and maintaining our website, product landing pages, newsletter templates & more. Fully remote.
For details & to apply: kagi.peopleforce.io/careers/v/13...
β οΈ New CRITICAL vulnerability disclosed in Livewire v3, you need to update ASAP! β οΈ
This is a rather sneaky one that gives an attacker RCE (under the right conditions), and can be done unauthenticated with no user input... hence CRITICAL. π±
securinglaravel.com/security-not... #Laravel
I put Chrome in my terminal using PHP - I really must start spending my time on useful things instead π
π PHP 8.5 unlocks static function in constant expressions π
β
Allowed in:
β’ Default params
β’ Class constants
β’ Static props
β’ Attribute arguments
β Not allowed:
β’ use (...)
β’ Arrow functions fn()
β’ $this
Const-safe closures are here πͺ
Here's my 10-minute overview of the new pipe operator coming to PHP 8.5!!! π€©
www.youtube.com/watch?v=UG_y...
#php
π PHP Benchmarks: 8.4 performance is steady compared to 8.3 and 8.2
laravel new bluesky
I do! I use nvim and it provides autocompletion
Unlock AWK magic in Linux! πΉ π
Very proud of my teammate Guido Faecke for writing this detailed post on PHP logging best practices.
www.zend.com/blog/error-l...
#php #zend
The official Laravel VS Code extension is now available in beta.
β¨ Blade syntax highlighting
ποΈ Eloquent autocompletion
π Route, config, & middleware linking
π§ Smart diagnostics
And more...
Get it now β marketplace.visualstudio.com/items?itemNa...
Processing a query string in PHP using PHP or Javascript algorithm
Did you know you could treat a query string a la #php or a la #javascript using #LeagueURI component package
π Refactoring a callback to a first-class callable? Heck yea.
But alsoβ¦
You might be subtly changing behaviour by implicitly passing additional arguments, especially with collection pipelines.
It's day 4 of PHP generics and today we have a quick look at PHPStan...
vimeo.com/1036059035
Exciting News for PHP Devs! π
PHP 8.4 will introduces 4 functions:
array_find π΅οΈββοΈ: Finds the first matching element
array_find_key π: Finds the key of the first matching element
array_all β
: Checks if all elements pass a test
array_any π: Checks if any element passes a test
π PHP 8.4 introduces `request_parse_body`!
This new function parses HTTP request bodies for methods beyond POST such as PUT, DELETE, and PATCH. π