8000 Tags · laravel/fortify · GitHub
[go: up one dir, main page]

Skip to content

Tags: laravel/fortify

Tags

v1.25.4

Toggle v1.25.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Supports Laravel 12 (#591)

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

v1.25.3

Toggle v1.25.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`DisableTwoFactorAuthentication` should always set `two_factor_confir…

…med_at` to `null` when it has a value (#589)

fixes #588

v1.25.2

Toggle v1.25.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed migration of users table (#586)

* Changed migration of users table

* Update 2014_10_12_200000_add_two_factor_columns_to_users_table.php

Removed unused use statement

v1.25.1

Toggle v1.25.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace implicitly nullable parameters for PHP 8.4 (#580)

v1.25.0

Toggle v1.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow users to log in with 'remember me' option during registration (#…

…579)

v1.24.5

Toggle v1.24.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.x] Supports PHP 8.4 (#576)

v1.24.4

Toggle v1.24.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename `POST` routes to avoid regression bugs (#574)

* Rename POST routes (#573)

Fix breaking change for users that use the names of the affected routes in their own route definitions.

Remove unnecessary conditions.

* Update routes.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v1.24.3

Toggle v1.24.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix unnamed routes when views are disabled (with original code format…

…ting) (#571)

* Fix unnamed routes when views are disabled

* Fix unnamed routed when views are disabled

* Run pint

* Revert formatting

v1.24.2

Toggle v1.24.2's commit message

Verified

This commit was signed with the committer’s verified signature.
StyleCIBot StyleCI Bot
Apply fixes from StyleCI

v1.24.1

Toggle v1.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update config.yml

0