Tags: sukhmeet555/laravel
Tags
Changing .env to make Pusher work without editing the commented out p… …art in the bootstrap.js (laravel#6021) * edit file * This works for null, undefined and '', because it's JavaScript
GitHub Workflows security hardening (laravel#5992) * build: harden update-changelog.yml permissions Signed-off-by: Alex <[email protected]> * build: harden tests.yml permissions Signed-off-by: Alex <[email protected]> * Update update-changelog.yml * Update tests.yml Co-authored-by: Dries Vints <[email protected]>
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
PreviousNext