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
trafficstars

Currently the only place SSR errors are logged is in the output of the Node process which is not particularly useful for production systems. Several times we have managed to...

Hello everyone. I have an error for a long time and I have not been able to solve it. **Note** in search of a solution to this problem, I noticed...

This PR introduces an ability to preserve properties on partial reloads even if they aren't specified on a request. ```php Inertia::preserveProperties(['alert']); ``` While `only` is great within a context, there...

``` @inertia('custom-app-id', 'h-full bg-white') ``` Rendering: ```html ``` This could come in handy when you need to add classes to the main div without having to overwrite it or nest...

Add `Route::inertia()` IDE helper for Router macrom, IDE helper screenshot: ![inertia-ide-helper-route](https://user-images.githubusercontent.com/38133356/172044563-680287bc-1129-4881-b14d-8d8d4f347775.jpg)

The pages of my current project are all blade files, we now want to refactor some of them using inertia. But I have not figured out how to replace a...

I try to use a custom blade file for my root view and in previous projects I was able to call `Inertia::setRootView()` from my `AppServiceProvider`. In the latest version of...

We currently host a site on AWS ECS and the desired count of the containers is set to 2 for the web app. We have started to notice strange behaviour...