Skip to content

Tags: sukhmeet555/laravel

Tags

v9.3.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump vite plugin (laravel#6038)

v9.3.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
validation rules sorting consistency (laravel#6031)

v9.3.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v9.3.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add /.fleet directory to .gitignore (laravel#6011)

v9.3.8

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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]>

v9.3.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v9.3.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump the Vite version (laravel#5977)

v9.3.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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]>

v9.3.4

wip

v9.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Validation added `doesnt_end_with` translation (laravel#5962)

* Validation added doesnt_end_with translation

* fix order