inertia-laravel icon indicating copy to clipboard operation
inertia-laravel copied to clipboard

The Laravel adapter for Inertia.js.

Results 144 inertia-laravel issues
Sort by recently updated
recently updated
newest added

The new `HandleInertiaRequests` middleware exposes a `rootView` property, allowing to set a custom root view. It works fine for regular `Inertia::render` in controllers, but doesn't seem to be taken into...

bug

How can I return custom validation errors to the frontend from the server? I've tried all these different ways but none work well, where `$message` is any ramdom string ```...

I have recently migrated from Laravel Livewire to Laravel Inertia Vue. During the course while using Livewire, I created a trait called `WithPerPagePagination` then created a public variable of `perPage`...

Is there a way to prevent Inertia::render from call AppServiceProvider boot() method multiple times in a request? When invoking from a simple controller method , adding traces to AppServiceProvider boot()...

I am unsure if this is somehow possible or if this is a feature request. It would be wonderful if there was a simple way to return a JsonResponse from...

enhancement

**Environment**: Default Laravel Sail docker configuration **Description:** I have Inertia already set up in my app on a fresh install of Laravel, I pull in Ziggy and Tailwind to help...

@claudiodekker here the draft PR as discusses in Discord. Demo: https://github.com/NickSdot/inertia-laravel/issues/new/choose Demo: https://github.com/NickSdot/inertia-laravel/issues/new?assignees=&labels=bug%2Ctriage&template=bug_report.yml&title=%5BBug%5D%3A+ Demo: https://github.com/NickSdot/inertia-laravel/issues/new?assignees=&labels=enhancement%2Ctriage&template=feature_request.yml&title=%5BEnhancement%5D%3A+

Hey everyone! [This](https://stackoverflow.com/questions/71540887/laravel-phpunit-github-actions-failed-asserting-that-1-is-identical-to-1) is the link to my question on stackoverflow, no answers for now. I'm trying to make "continues integration" pipeline and run tests on github actions server after...

The Laravel auth middleware is executed before the `HandleInertiaRequests` middleware, this means when an unauthenticated exception happens Inertia does not interfere. This is an issue when, for example, a DELETE...

its give me error in upgrade Laravel 9 - inertiajs/inertia-laravel[v0.4.1, ..., v0.4.5] require laravel/framework ^5.4|^6.0|^7.0|^8.0 -> found laravel/framework[v5.4.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but...