Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Changed from laravel mix to vite
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharthesavior committed Nov 6, 2023
1 parent 4a58bf1 commit f8faf93
Show file tree
Hide file tree
Showing 404 changed files with 1,742 additions and 10,737 deletions.
497 changes: 278 additions & 219 deletions composer.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ The server listens to 2 ports, one for HTTP connections, another for WebSocket c

#### FrontEnd

This project uses Laravel Mix at this version. Due to that, before running the initial UI, you'll need to compile the assets running:
This project uses [Vite](https://vite.dev) at this version. Due to that, before running the initial UI, you'll need to compile the assets running:

```shell
npm install && npx mix build
npm install && npm run dev
```


Expand Down Expand Up @@ -150,7 +150,7 @@ WS_SSL_KEY=/path/to/key
> ```
>
> This will broadcast the message "Hello Team!" on the "team-1" channel. If you skip the "channel" the
> message will be broadcasted to all available connections.
> message will broadcast to all available connections (fanout).
### Events
Expand Down
4 changes: 0 additions & 4 deletions mix-manifest.json

This file was deleted.

Loading

0 comments on commit f8faf93

Please sign in to comment.