Compare commits

..

2 Commits

Author SHA1 Message Date
236fa503fb Fix setup command
Some checks failed
linter / quality (push) Failing after 9m48s
tests / ci (8.4) (push) Successful in 9m2s
tests / ci (8.5) (push) Successful in 8m50s
2026-03-23 13:57:02 +01:00
0f92af4a1e Added Reverb terminal color 2026-03-23 13:56:53 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -23,10 +23,10 @@ Using Laravel and Vue JS
3. NodeJs (Node + NPM) 3. NodeJs (Node + NPM)
<https://nodejs.org/en/download> <https://nodejs.org/en/download>
2. Install dependencies 2. Setup project and install dependencies
```shell ```shell
composer install composer run setup
``` ```
## Running the project ## Running the project

View File

@@ -50,7 +50,7 @@
], ],
"dev": [ "dev": [
"Composer\\Config::disableProcessTimeout", "Composer\\Config::disableProcessTimeout",
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1 --timeout=0\" \"php artisan pail --timeout=0\" \"npm run dev\" \"php artisan reverb:start --debug\" --names=server,queue,logs,vite,reverb --kill-others" "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74,#79dff0\" \"php artisan serve\" \"php artisan queue:listen --tries=1 --timeout=0\" \"php artisan pail --timeout=0\" \"npm run dev\" \"php artisan reverb:start --debug\" --names=server,queue,logs,vite,reverb --kill-others"
], ],
"dev:ssr": [ "dev:ssr": [
"npm run build:ssr", "npm run build:ssr",