Laravel developers, I noticed a few more things about Laravel 13 and attributes.

- Docs will feature attributes instead of the old ways.
- Now, if you create things with an Artisan command, they will come with attributes instead of the old ways.
- It checks for attributes first and then falls back to old ways like properties.

You may notice a negligible difference in performance with and without attributes.

I'll share more as soon as I find it.
image

4

Laravel Devs, which stream should I do first for a Livewire chat app?

A: Adding browser tests
B: Upgrading it to v4

0 votes · Ends 15 hours from now · Sign in to vote

15