mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
15 lines
No EOL
472 B
Markdown
15 lines
No EOL
472 B
Markdown
---
|
|
title: 'You can validate values for enum database columns using the new Enum validation rule'
|
|
tweet_id: '1461703826033897473'
|
|
thread_slug: weekly-thread-2021-46
|
|
author_username: sky_0xs
|
|
images:
|
|
- 'https://pbs.twimg.com/media/FEBiZ_-WQAQv1fY.jpg'
|
|
created_at: 2021-11-19T14:32:03+00:00
|
|
slug: 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: |