Like the idea of UUIDs in #Laravel models, but hate the giant, hyphen-separated strings?
I'm about to release a new implementation of Snowflake IDs that give you globally-unique, ordered, numeric IDs. (Same as what Twitter and Discord use.)
How many times a week do you dump a model in #laravel and then have to scroll down to the attributes and expand them?
laravel-dumper brings the model attributes to the top of the dd() output for easier debugging.
Introducing `glhd/linen` — lightweight spreadsheets for Laravel.
We've been using this code internally for a while and I finally decided to break it out into a package. It's dead simple, with minimal configuration and a low memory footprint.
Check it out…
Alright. I just tagged the first stable pre-release of Laravel Dumper: github.com/glhd/laravel-d…
Just `composer require` and instantly get improved `dd()` and `dump()` output for most Laravel core classes (like Models, Query Builders, the Service Container, etc).
I find that 90% of the the time, the @laravelphp commands that I write follow the exact same pattern:
- Query some data
- Perform some operation on each row
Internally, we have a trait that simplifies this immensely. I'm working on open-sourcing it right now.
I'm so excited about the release of #Laravel 9. A bunch of folks have outlined the major highlights of this release, so I want to take a second to talk about the few contributions I've made and why I'm excited about them!
👇