Laravel 11 is now available. ❤️
Laravel Reverb is now available. 📡
I love this release. Beautiful simplicity is back. Thank you for all of your support and we hope you use Laravel to build amazing applications. We can't wait to see what you do.
https://t.co/vrxyidErqO
ChatGPT can now browse the internet to provide you with current and authoritative information, complete with direct links to sources. It is no longer limited to data before September 2021.
The first human patient will soon receive a Neuralink device. This ultimately has the potential to restore full body movement.
In the long term, Neuralink hopes to play a role in AI risk civilizational risk reduction by improving human to AI (and human to human) bandwidth by several orders of magnitude.
Imagine if Stephen Hawking had had this.
Code Interpreter will be available to all ChatGPT Plus users over the next week.
It lets ChatGPT run code, optionally with access to files you've uploaded. You can ask ChatGPT to analyze data, create charts, edit files, perform math, etc.
Plus users can opt in via settings.
Have you tried out @pestphp 2 Architecture Testing yet? It's the dream tool I've been waiting for to keep my codebase clean and sustainable, and it only one "expectation" way from me. ✅
🤖 Query your @laravelphp apps using natural language!
I just tagged version 1.0 of the "ask database" package.
This in-depth blog post explains how the package works under the hood and how you can use it.
https://t.co/zGMAWpTNH2
🔥 #Laravel / PHP Tip: Enums don't have to just be a list of constants. You can add methods to them.
Why not add one to check an instance's value?
Or add one to share extra data with your front-end. Then it becomes a source of truth / avoids duplication.