Skip to content

Commit b8c1daa

Browse files
committed
Version bump
1 parent 76a59d0 commit b8c1daa

File tree

8 files changed

+1277
-1234
lines changed

8 files changed

+1277
-1234
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Splade gives you a massive head start when building applications. Navigate the d
3535
* Support for existing Blade and Vue libraries.
3636
* Support for SSR (server-side rendering).
3737

38+
## Demo App: Eddy Server Management
39+
40+
To show off Splade's amazing capabilities, we've built a demo application that we actually use in production. The app is called **Eddy Server Management**, and it does exactly what it says on the tin: It provisions and manages servers and allows you to deploy PHP applications with zero downtime. You may find the source code on [GitHub](https://github.com/protonemedia/eddy-server-management) and the live application on [eddy.management](https://eddy.management).
41+
3842
## Discord, Documentation and Website
3943

4044
📖 You can find the documentation at [Splade.dev](https://splade.dev/) (and [here](https://github.com/protonemedia/laravel-splade-docs) its source code). You may also join the [Splade Discord server](https://discord.gg/qGJ4MkMQWm).

app/package-lock.json

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"pre-publish": "npm upgrade && vite build"
77
},
88
"devDependencies": {
9-
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-1.4.14.tgz",
9+
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-1.4.15.tgz",
1010
"@tailwindcss/forms": "^0.5.2",
1111
"@tailwindcss/typography": "^0.5.2",
1212
"@vitejs/plugin-vue": "^4.1.0",

0 commit comments

Comments
 (0)