Skip to content

Tags: devlomingo/laravel

Tags

v9.4.0

Toggle v9.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update package.json

v9.3.12

Toggle v9.3.12's commit message

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

Toggle v9.3.11's commit message

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

Toggle v9.3.10's commit message

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

Toggle v9.3.9's commit message

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

Toggle v9.3.8's commit message

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 <aleksandrosansan@gmail.com>

* build: harden tests.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>

* Update update-changelog.yml

* Update tests.yml

Co-authored-by: Dries Vints <dries@vints.io>

v9.3.7

Toggle v9.3.7's commit message

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

Toggle v9.3.6's commit message

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

Toggle v9.3.5's commit message

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 <taylor@laravel.com>

v9.3.4

Toggle v9.3.4's commit message
wip