1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00
laravel-tips/content/tips/you-can-validate-values-for-enum-database-columns-using-the-new-enum-validation-rule.md
2021-11-19 16:10:01 +01:00

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
https://pbs.twimg.com/media/FEBiZ_-WQAQv1fY.jpg
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: