PHPackages                             bramdeleeuw/silverstripe-inertia - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bramdeleeuw/silverstripe-inertia

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

bramdeleeuw/silverstripe-inertia
================================

Inertia server-side adapter for SilverStripe

281PHP

Since Jun 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/TheBnl/silverstripe-inertia)[ Packagist](https://packagist.org/packages/bramdeleeuw/silverstripe-inertia)[ RSS](/packages/bramdeleeuw-silverstripe-inertia/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

WIP Inertia server-side adapter for SilverStripe
================================================

[](#wip-inertia-server-side-adapter-for-silverstripe)

*This module is a still Work In progress, and help/pr's would be much appreciated!*

Inertia allows you to create fully client-side rendered, single-page apps, without much of the complexity that comes with modern SPAs. It does this by leveraging existing server-side frameworks.

[Read more about Inertia](https://inertiajs.com/)

Installation
------------

[](#installation)

Install the module trough composer:

```
composer require bramdeleeuw/silverstripe-inertia
```

Add $Inertia to your Page.ss layout.

```
$Inertia($pageJson)
```

This wil render the following snippet:

```

```

In your controller you can now add the following method to populate your vue/react/etc. app.

```
