Tags: Hebrahimzadeh/laravel
Tags
Make email unique (laravel#5978) When seeding large amounts of users there is a chance for a duplicate entry SQL error because the email column is unique. https://github.com/laravel/laravel/blob/64e01753985749fab6626a370b27baa8431e74e6/database/migrations/2014_10_12_000000_create_users_table.php#L19
[9.x] feature: `max_digits` and `min_digits` validation translations (l… …aravel#5975) * feature: `max_digits` and `min_digits` validation translations * Update validation.php Co-authored-by: Taylor Otwell <[email protected]>
Validation added `doesnt_end_with` translation (laravel#5962) * Validation added doesnt_end_with translation * fix order
[9.x] Don't need to ignore vite config file (laravel#5953) * Don't need to ignore vite config file * Apply fixes from StyleCI Co-authored-by: StyleCI Bot <[email protected]>
Update to the latest version of laravel-vite-plugin (laravel#5943)
PreviousNext