Skip to content

Commit 8d906ee

Browse files
committed
docs(v1/v2/v3): point Demo Application at InertiaCore variant
All three versioned demo-application pages described the upstream Laravel Ping CRM. Swap to the InertiaCore variants: - Ping CRM: demo.inertiacore.net, github.com/inertiacore/pingcrm, "ASP.NET Core and Vue". Also link the React and Svelte InertiaCore forks (inertiacore/pingcrm-react, inertiacore/pingcrm-svelte). - v3 additionally leads with the Kitchen Sink v3 demo at demo-v3.inertiacore.net (source at github.com/inertiacore/demo-v3) — the richer v3 reference app that covers forms, navigation, data loading, prefetching, and more — then mentions Ping CRM after. - Collapse per-version third-party tables/lists into a single link back to the official Inertia.js demo page to avoid maintaining a community port list in this fork. v1/v2 keep their V1EOLWarning / V2UpgradeWarning snippet imports at the top of the page.
1 parent ee83946 commit 8d906ee

3 files changed

Lines changed: 23 additions & 31 deletions

File tree

v1/getting-started/demo-application.mdx

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,14 @@ import V1EOLWarning from "/snippets/v1-eol-warning.mdx";
66

77
<V1EOLWarning />
88

9-
We've setup a demo app for Inertia.js called [Ping CRM](https://demo.inertiajs.com). This application is built using Laravel and Vue. You can find the source code on [GitHub](https://github.com/inertiajs/pingcrm).
9+
We've set up a demo app for InertiaCore called [Ping CRM](https://demo.inertiacore.net). This application is built using ASP.NET Core and Vue. You can find the source code on [GitHub](https://github.com/inertiacore/pingcrm).
1010

1111
The Ping CRM demo is hosted on Heroku and the database is reset every hour. Please be respectful when editing data.
1212

13-
[![Ping CRM](/images/pingcrm.png)](https://demo.inertiajs.com)In addition to the Vue version of Ping CRM, we also maintain a Svelte version of the application, which you can find [on GitHub](https://github.com/inertiajs/pingcrm-svelte).
13+
[![Ping CRM with Vue](/images/pingcrm.png)](https://demo.inertiacore.net)
1414

15-
## Third Party
15+
In addition to the Vue version of Ping CRM, we also maintain [React](https://github.com/inertiacore/pingcrm-react) and [Svelte](https://github.com/inertiacore/pingcrm-svelte) versions of the application on GitHub.
1616

17-
Beyond our official demo app, Ping CRM has also been translated into numerous different languages and frameworks.
17+
## Third Party
1818

19-
- [Ruby on Rails/Vue](https://github.com/ledermann/pingcrm/) by Georg Ledermann
20-
- [Laravel/React](https://github.com/Landish/pingcrm-react) by Lado Lomidze
21-
- [Laravel/Svelte](https://github.com/zgabievi/pingcrm-svelte) by Zura Gabievi
22-
- [Laravel/Mithril.js](https://github.com/tbreuss/pingcrm-mithril) by Thomas Breuss
23-
- [Yii 2/Vue](https://github.com/tbreuss/pingcrm-yii2) by Thomas Breuss
24-
- [Symfony/Vue](https://github.com/aleksblendwerk/pingcrm-symfony) by Aleks Seltenreich
25-
- [Clojure/React](https://github.com/prestancedesign/pingcrm-clojure) by Michaël Salihi
19+
Beyond our InertiaCore demo app, Ping CRM has also been translated into numerous different languages and frameworks. The full list is available on the [official Inertia.js demo page](https://inertiajs.com/demo-application#third-party).

v2/getting-started/demo-application.mdx

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,14 @@ import V2UpgradeWarning from "/snippets/v2-upgrade-warning.mdx";
66

77
<V2UpgradeWarning />
88

9-
We've setup a demo app for Inertia.js called [Ping CRM](https://demo.inertiajs.com). This application is built using Laravel and Vue. You can find the source code on [GitHub](https://github.com/inertiajs/pingcrm).
9+
We've set up a demo app for InertiaCore called [Ping CRM](https://demo.inertiacore.net). This application is built using ASP.NET Core and Vue. You can find the source code on [GitHub](https://github.com/inertiacore/pingcrm).
1010

1111
The Ping CRM demo is hosted on Heroku and the database is reset every hour. Please be respectful when editing data.
1212

13-
<Frame>
14-
[![Ping CRM](/images/pingcrm.png)](https://demo.inertiajs.com)
15-
</Frame>
13+
[![Ping CRM with Vue](/images/pingcrm.png)](https://demo.inertiacore.net)
1614

17-
In addition to the Vue version of Ping CRM, we also maintain a Svelte version of the application, which you can find [on GitHub](https://github.com/inertiajs/pingcrm-svelte).
15+
In addition to the Vue version of Ping CRM, we also maintain [React](https://github.com/inertiacore/pingcrm-react) and [Svelte](https://github.com/inertiacore/pingcrm-svelte) versions of the application on GitHub.
1816

1917
## Third Party
2018

21-
Beyond our official demo app, Ping CRM has also been translated into numerous different languages and frameworks.
22-
23-
| Platform | Author |
24-
|:-------------------------------------|:---------------------|
25-
| [Clojure/React](https://github.com/prestancedesign/pingcrm-clojure) | Michaël Salihi |
26-
| [Echo/Vue](https://github.com/kohkimakimoto/pingcrm-echo) | Kohki Makimoto |
27-
| [Grails/Vue](https://github.com/matrei/pingcrm-grails) | Mattias Reichel |
28-
| [Laravel/React](https://github.com/Landish/pingcrm-react) | Lado Lomidze |
29-
| [Laravel/Mithril.js](https://github.com/tbreuss/pingcrm-mithril) | Thomas Breuss |
30-
| [Laravel/Svelte](https://github.com/zgabievi/pingcrm-svelte) | Zura Gabievi |
31-
| [Ruby on Rails/Vue](https://github.com/ledermann/pingcrm/) | Georg Ledermann |
32-
| [Symfony/Vue](https://github.com/aleksblendwerk/pingcrm-symfony) | Aleks Seltenreich |
33-
| [Yii 2/Vue](https://github.com/tbreuss/pingcrm-yii2) | Thomas Breuss |
19+
Beyond our InertiaCore demo app, Ping CRM has also been translated into numerous different languages and frameworks. The full list is available on the [official Inertia.js demo page](https://inertiajs.com/demo-application#third-party).

v3/getting-started/demo-application.mdx

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
title: Demo Application
33
---
44

5-
The official Inertia.js v3 demo application is a comprehensive [Kitchen Sink](https://demo-v3.inertiajs.com) app built with Laravel and Vue. It includes a mini CRM with contacts, organizations, and notes, along with dedicated feature showcase pages covering forms, navigation, data loading, prefetching, state management, layouts, events, error handling, and more. You may find the source code on [GitHub](https://github.com/inertiajs/demo-v3).
5+
The official InertiaCore v3 demo application is a comprehensive [Kitchen Sink](https://demo-v3.inertiacore.net) app built with ASP.NET Core and Vue. It includes a mini CRM with contacts, organizations, and notes, along with dedicated feature showcase pages covering forms, navigation, data loading, prefetching, state management, layouts, events, error handling, and more. You may find the source code on [GitHub](https://github.com/inertiacore/demo-v3).
66

7-
The demo is hosted on [Laravel Cloud](https://cloud.laravel.com) and the database is reset every midnight. Please be respectful when editing data.
7+
The demo is hosted at [demo-v3.inertiacore.net](https://demo-v3.inertiacore.net) and the database is reset every midnight. Please be respectful when editing data.
8+
9+
## Ping CRM
10+
11+
We also maintain [Ping CRM](https://demo.inertiacore.net), a smaller reference app built with ASP.NET Core and Vue. You can find the source code on [GitHub](https://github.com/inertiacore/pingcrm).
12+
13+
[![Ping CRM with Vue](/images/pingcrm.png)](https://demo.inertiacore.net)
14+
15+
In addition to the Vue version of Ping CRM, we also maintain [React](https://github.com/inertiacore/pingcrm-react) and [Svelte](https://github.com/inertiacore/pingcrm-svelte) versions of the application on GitHub.
16+
17+
## Third Party
18+
19+
Beyond our InertiaCore demo apps, Ping CRM has also been translated into numerous different languages and frameworks. The full list is available on the [official Inertia.js demo page](https://inertiajs.com/demo-application#third-party).

0 commit comments

Comments
 (0)