New edition of "A Day with Laravel" : Domain-Driven Feature Architecture, Alpha validation secret, `whereDate()` optimization...
a-day-with-laravel.happyto.dev/p/a-day-with-laravel-059
Fred Blanc
@HappyToDev
Hello everyone,
if any of my followers are interested in the TallStack (TailwindCSS, Alpine, Livewire and Laravel), I’d really appreciate it if you could follow the link below to join my subreddit dedicated to this stack.
You are, of course, welcome to share your resources here so that everyone can benefit from them.
I try to update it daily with the latest news, security updates, plugins, articles and interesting videos on this stack.
Recent posts include:
- 📋 Translation Manager – Filament v5 Plugin
- Laravel 13.13.0 Release Highlights
- URGENT: Laravel CRLF Injection Vulnerability – Update Now (GHSA-5vg9-5847-vvmq)
- Make AI Responses Look Like ChatGPT in Laravel 13 AI SDK + Livewire 4 | Ep - 05
Here is the link:
www.reddit.com/r/TallStack
Any shares would be much appreciated! 🙏
Hello friends,
A new issue of "A Day With Laravel" is out.
Let me know what you think.
go.itanea.fr/adwl58
Hello devs !
If you'd like to read the interview with @jbrooksuk in my newsletter and find out more about his work at @laravelphp , here's the link :
go.itanea.fr/wud6
💡 Hey Laradevs,
If you're developing with @nativephp don't forget that the logs aren't stored in `/storage/logs` but in `{appdata}/storage/logs/`
And appdata’s location depends on your OS:
Mac: ~/Library/Application Support
Linux: $XDG_CONFIG_HOME or ~/.config
Windows: %APPDATA%