mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
472 B
472 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| You can validate values for enum database columns using the new Enum validation rule | 1461703826033897473 | weekly-thread-2021-46 | sky_0xs |
|
2021-11-19T14:32:03+00:00 | you-can-validate-values-for-enum-database-columns-using-the-new-enum-validation-rule |
#Laravel Updates:
In Laravel 8.7 you can now validate enum columns!
An Example: