blog tips about me open source snippets Tweets Refactor
blog tips about me open source snippets Tweets

🐘 Want to see which of your dependencies have a new (major) release? There’s a Composer command for that!

`composer outdated`#php pic.twitter.com/anrEG34M0q

— Freek Van der Herten πŸ”­ (@freekmurze) February 2, 2023

🌢️ #Laravel Tip: Collections hit again!

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

— Bilal Haidar (@bhaidar) February 3, 2023

πŸš€ Inertia.js v1.0 is here!

πŸ† 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

— Inertia.js (@inertiajs) January 14, 2023

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 …

I will tweak this application and open source it.

The used package πŸ‘‰ https://t.co/MtYKFaSJV7#livewire #filament #opensource pic.twitter.com/YOJlIjeIxB

— Dieter Coopman / Laravel developer (@dietsedev) October 14, 2022

πŸ—žοΈ 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 πŸ§‘β€πŸ’»

you can try it with πŸ‘‡
composer require dietercoopman/mailspfchecker pic.twitter.com/EW8VHuUf1r

— Dieter Coopman / Laravel developer (@dietsedev) August 5, 2022

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.

```
valet use php@8.1 && composer global update
```

That's it! https://t.co/enuQM00eHz

— Matt Stauffer (@stauffermatt) March 10, 2022
Twitter GitHub Youtube

© 2023 Dieter Coopman, Inc. All rights reserved.