Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Jun 26, 2023
1 parent 76a59d0 commit b8c1daa
Show file tree
Hide file tree
Showing 8 changed files with 1,277 additions and 1,234 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Splade gives you a massive head start when building applications. Navigate the d
* Support for existing Blade and Vue libraries.
* Support for SSR (server-side rendering).

## Demo App: Eddy Server Management

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).

## Discord, Documentation and Website

📖 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).
Expand Down
48 changes: 24 additions & 24 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"pre-publish": "npm upgrade && vite build"
},
"devDependencies": {
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-1.4.14.tgz",
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-1.4.15.tgz",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^4.1.0",
Expand Down
Loading

0 comments on commit b8c1daa

Please sign in to comment.