inertia-laravel
inertia-laravel copied to clipboard
The Laravel adapter for Inertia.js.
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...
Fix for #421
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: 
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...