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

This commit is contained in:
2026-03-23 13:57:02 +01:00
parent 0f92af4a1e
commit 236fa503fb

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