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

An Inertia.js adapter for Statamic.

Results 8 inertia-statamic issues
Sort by recently updated
recently updated
newest added

Please update inertiajs/inertia-laravel support: ```bash $ composer require hotmeteor/inertia-statamic Using version ^0.1.2 for hotmeteor/inertia-statamic ./composer.json has been updated Running composer update hotmeteor/inertia-statamic > Statamic\Console\Composer\Scripts::preUpdateCmd Loading composer repositories with package information...

I'm trying to implement this connector (v0.1.2) in my Statamic v3.1.23 site and I'm getting this `undefined variable $page` error. When troubleshooting, I've discovered it's happening due to `$page->augmentedValue('template') ===...

Disclaimer - I did this all in the GitHub editor. I didn't actually test it, so you'll probably want to check it out. While I was doing https://github.com/statamic/cms/pull/5302 for Statamic...

### Problem description: ``` const app = createApp({ render: () => h(App, { initialPage: JSON.parse(el.dataset.page), resolveComponent: name => pages[`./Pages/${name}.vue`].default }), }); ``` #### Error: > Cannot read properties of undefined...

Hey, I've tried making this work with Vue 2 using the following code as per the Inertia documentation: ``` import Vue from 'vue' import { createInertiaApp } from '@inertiajs/inertia-vue' createInertiaApp({...

This seems to work pretty ok, but it does not load related data. So if I use the Entries field, then the entry is not resolved. That means I have...

Does it work with React?

Hi guys, Does anyone know how can I get metadata of images stored on S3? The props returned on the page gives me data like url, id, permalink, etc.. but...