mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
* Weekly thread #5 * Weekly thread #6 (before #5) * Weekly thread #5 * Correct the weekly thread created_at timestamps * Add actual created_at to Thread * Weekly thread #7 * Fix weekly thread #7 * Remove thread #8
457 B
457 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| You can use traits inside PHP enums | 1495414934754136064 | weekly-thread-2022-07 | archtechx |
|
2022-02-20T15:07:58+00:00 | you-can-use-traits-inside-php-enums |
A few days ago, I learned that PHP enums can use traits
It may seem like a massive anti-pattern, but it allows making enums actually awesome with this one trick 🔥