Hey guys,
I have a really great news.
If you're thinking of taking the Laravel certification, thanks to A Day With Laravel, you can save €50 on the price with the link below.
go.itanea.fr/certificationlaravel

Fred Blanc
@HappyToDev
Owner of "What's up dev?" and "A Day With Laravel" newsletters. Available in french too. https://whatsupdevs.substack.com
• • 58 Posts • 263 Views
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%
Hello devs, Issue 127 of your dev newsletter has been available since Monday, with this week's edition featuring @MrPunyapal as a guest. He's a Laravel Artisan.
We'll be talking about :
✅ Donald Knuth,
✅ console.log,
✅ Cloud,
✅ ChatGPT,
✅ and many more topics
go.itanea.fr/nl127
It's the french version, the english version will come in few days. But the interview of Punyapal is in english.
So enjoy it !
Hello devs, Monday sees the return of your ‘What's up devs?’ newsletter, and I have the great pleasure of welcoming @MrPunyapal
See you on Monday?
Hello devs,
Here's a little Filament tip I've concocted for you if you need to play with the password field in your forms.
The latest version lets you both hash the password to prevent it from being sent unencrypted to the database, and also lets you modify a user (for example) without having to fill in the 'Password' field.
Do you have any other tips on password management with Filament?