Skip to content

Tags: inertiajs/inertia-laravel

Tags

v2.0.0

Toggle v2.0.0's commit message
Update changelog

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
joetannenbaum Joe Tannenbaum
Merge branch '1.x' of github.com:inertiajs/inertia-laravel into 1.x

v1.3.1

Toggle v1.3.1's commit message

Verified

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

Signed-off-by: Mior Muhammad Zaki <[email protected]>

v1.3.0

Toggle v1.3.0's commit message
Update changelog

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
exclude properties from partial responses (#622)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.x] Add `$request->inertia()` IDE helper (#625)

* Add `$request->inertia()` IDE helper

* Re-export IDE helper file

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jessarcher Jess Archer
Update changelog

v0.6.11

Toggle v0.6.11's commit message
Update changelog

v0.6.10

Toggle v0.6.10's commit message

Verified

This commit was signed with the committer’s verified signature.
jessarcher Jess Archer
Update changelog

v0.6.9

Toggle v0.6.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Conditionally use `pcntl` extension in `inertia:start-ssr` command (#492

)

* Add pcntl to requirements

* Move ext-pcntl to suggest and add check to StartSsr command

* Tweak `ext-pcntl` suggestion message

* Update `inertia:start-ssr` command to only use `pcntl` when it's available

Co-authored-by: Jonathan Reinink <[email protected]>