Search code examples
laravel-9inertiajslaravel-jetstream

Where does a user share in Laravel Jetstream Inertia?


Laravel 9, Inertia, VUE 3, Jetstream. The user is called in the AppLayout component.

$page.props.user

Where in Laravel is this user being passed? I looked at HandleInertiaRequests but it's not there.


Solution

  • look at vendor/laravel/jetstream/src/Http/Middleware/ShareInertiaData.php