Skip to content

Tags: qruto/laravel-cave

Tags

v1.18.1

Toggle v1.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix paths in default config (laravel#501)

Use nested arrays

v1.18.0

Toggle v1.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added response contract for email verification notification (laravel#489

)

* Added response contract for email verification notification

* formatting

---------

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

v1.17.6

Toggle v1.17.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update AuthenticatedSessionController.php (laravel#487)

Added check in logout to invalidate and regenerate session only if request has session. This will allow logout to work when 'api' middleware is used with fortify

Co-authored-by: Karmendra Suthar <[email protected]>

v1.17.5

Toggle v1.17.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Laravel Pint fixes (laravel#480)

v1.17.4

Toggle v1.17.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Port security fixes to default login rate limiter (laravel#473)

v1.17.3

Toggle v1.17.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix contract implementation (laravel#472)

v1.17.2

Toggle v1.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "Add rate limiter for a registration (laravel#460)" (laravel#465)

This reverts commit 7690863.

v1.17.1

Toggle v1.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add rate limiter for a registration (laravel#460)

* Add rate limiter for a registration

* Update routes.php

---------

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

v1.17.0

Toggle v1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ability to override routes with custom paths (laravel#458)

* Add override routes with custom names

* Update formatting

* Update formatting again

* Move import statement to bottom

* Update route 'name' to 'path'

* formatting

* Update RoutePath.php

---------

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

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[1.x] Laravel v10 Support (laravel#435)

* Update composer.json

* Update tests.yml