Skip to content

Tags: johannesronaldsson/laravel

Tags

v10.0.5

Toggle v10.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[10.x] Add replace_placeholders to log channels (laravel#6139)

* add replace_placeholders to log channels

* Update logging.php

---------

Co-authored-by: Taylor Otwell <[email protected]>

v10.0.4

Toggle v10.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Specify facility in the syslog driver config (laravel#6130)

v10.0.3

Toggle v10.0.3's commit message

Verified

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

v10.0.2

Toggle v10.0.2's commit message
remove unneeded call

v10.0.1

Toggle v10.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow php-http/discovery as a composer plugin (laravel#6106)

v10.0.0

Toggle v10.0.0's commit message
update min stability

v9.5.2

Toggle v9.5.2's commit message
update example

v9.5.1

Toggle v9.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Keeps `"prefer-stable": true`

v9.5.0

Toggle v9.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
switch email to a primary key (laravel#6064)

switching from a normal index here to a primary index works the same except for adding a `UNIQUE` constraint.

The `DatabaseTokenRepository` deletes existing records with an email first, before creating a new one, so this additional constraint will be okay.

https://github.com/laravel/framework/blob/9.x/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php#L88

v9.4.1

Toggle v9.4.1's commit message
add decimal translation