Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: laravel/laravel

Tags

v12.0.11

Toggle v12.0.11's commit message
Update CHANGELOG

v12.0.10

Toggle v12.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[12.x] Fix: Add void return type to withMiddleware and withExceptions…

… to satisfy Rector analysis (#6628)

v12.0.9

Toggle v12.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance .gitignore to exclude common OS and log files (#6619)

* refactor(gitignore): Update .gitignore to exclude OS-generated and log files

* Update .gitignore

---------

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

v12.0.8

Toggle v12.0.8's commit message
remove apc

v12.0.7

Toggle v12.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Premium partner changes (#6599)

v12.0.6

Toggle v12.0.6's commit message
use in memory database by default

v12.0.5

Toggle v12.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[12.x] Update `config/mail.php` to match the latest core configuration (

#6594)

* Update config/mail.php to match the latest core configuration

* Update mail.php

---------

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

v12.0.4

Toggle v12.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump vite from 6.2.3 to 6.2.4 (#6590)

v12.0.3

Toggle v12.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[12.x] Remove Unnecessarily @source (#6584)

I think that the `@source` for `.vue` is not important because if we need to use Vue we will use the Vue starter kit

v12.0.2

Toggle v12.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add type hints for $this in routes/console.php (#6559)

* feat: add type hints for $this in routes/console.php

* Update console.php

* Update console.php

---------

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