A320 Captain, deep-diving #laravel #tailwindcss #alpinejs #livewire. Jack of all trades, master of some!
Joined December 2020
- 馃敟 #Laravel v9.2.0 added `Attribute::with` It's a very simple change but makes the code look more elegant. Luckily, the change is really simple if you already adopted the earlier `new Attribute`. Global search & replace `new Attribute` -> `Attribute::make`
- So many goodies in the upcoming #Laravel 9! If your project will not be upgraded to laravel 9 any time soon, you can still take advantage of the new str() helper by adding the below code in your helper file. The shorter syntax, without sacrificing autocompletion is great!

