π Want to see which of your dependencies have a new (major) release? Thereβs a Composer command for that!
— Freek Van der Herten π (@freekmurze) February 2, 2023
`composer outdated`#php pic.twitter.com/anrEG34M0q
πΆοΈ #Laravel Tip: Collections hit again!
— Bilal Haidar (@bhaidar) February 3, 2023
transform() & map(), two similar methods performing the same task. The former modifies the collection in place, whereas the latter creates a fresh collection.
See an illustration below πpic.twitter.com/JhzSxjEaoB
π Inertia.js v1.0 is here!
— Inertia.js (@inertiajs) January 14, 2023
π Simplified library structure
β¨ Improved TypeScript support
ποΈ Svelte SSR support
βProgress indicator now in core
π SSR server now in core
Upgrade guide: https://t.co/vHs2YV8b01
Release notes: https://t.co/sR4478tfMj pic.twitter.com/QEpLnzbLNq
Nice article about a very powerful π₯feature in Laravel Collections β¦ Write Less Code with Laravel Higher Order Messages https://t.co/O6TdB1x0K4
— Dieter Coopman / Laravel developer (@dietsedev) November 24, 2022
π Eating your own dogfood β¦ Iβve created a web app to compare two databases using my own package dietercoopman/databasecompare and Filament β¦
— Dieter Coopman / Laravel developer (@dietsedev) October 14, 2022
I will tweak this application and open source it.
The used package π https://t.co/MtYKFaSJV7#livewire #filament #opensource pic.twitter.com/YOJlIjeIxB
ποΈ Is the best coder the best software developer? Letβs think about that π€ I give you my opinion https://t.co/83SqsmdV9C
— Dieter Coopman / Laravel developer (@dietsedev) October 7, 2022
Thx , this is ux π pic.twitter.com/bIy8Vpwoav
— Dieter Coopman / Laravel developer (@dietsedev) September 6, 2022
π₯ The Laravel news dashboard tile , showing the latest news from @laravelnews at your @spatie_be powered dashboard now has a QrCode , so itβs possible to go and read the article by scanning the code π₯https://t.co/s4fuF5QHa5 pic.twitter.com/83wr7fzdZZ
— Dieter Coopman / Laravel developer (@dietsedev) September 6, 2022
π₯ 10 months ago I created this package β¦ 12 000 downloads later I may conclude it might be a useful package β¦ πππΎ https://t.co/bjHfGCUX4c
— Dieter Coopman / Laravel developer (@dietsedev) September 5, 2022
π want to check if your dns records are ok for sending mail with your Laravel application ? Mailspfchecker can help you with it π₯ https://t.co/qh91ENZvsc
— Dieter Coopman / Laravel developer (@dietsedev) September 5, 2022
π΅οΈββοΈTIL you can easily access private and protected data from objects using PHP's arrow functions. pic.twitter.com/JZ5Lp7JjS1
— Marcel Pociot π§ͺ (@marcelpociot) August 10, 2022
I think this feels more readable for all eyes π€ itβs a fact π₯Έ
— Dieter Coopman / Laravel developer (@dietsedev) August 10, 2022
π₯Does the π¨ you send with your web application always end up in the recipient's spam folder? This new package will check if your domain is well configured and suggest a solution if not π§βπ»
— Dieter Coopman / Laravel developer (@dietsedev) August 5, 2022
you can try it with π
composer require dietercoopman/mailspfchecker pic.twitter.com/EW8VHuUf1r
Laravel Valet 3 Released With Multi-Version PHP Support https://t.co/2wSrXq4GP9 posted by @paulredmond
— Laravel News (@laravelnews) March 30, 2022
I saw that this tweet got a lot of RTs so I wanted to share: For Valet users, this is a lot simpler these days.
— Matt Stauffer (@stauffermatt) March 10, 2022
```
valet use php@8.1 && composer global update
```
That's it! https://t.co/enuQM00eHz