File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,14 @@ composer create-project justd/laravel your-project-name
9
9
when you're using npm, you have to include ` --legacy-peer-deps ` flag.
10
10
11
11
``` bash
12
- npm i --legacy-peer-deps && npm run dev
12
+ npm i --legacy-peer-deps
13
+ composer run dev
13
14
```
14
15
15
16
## Using Bun
16
17
17
18
``` bash
18
- bun i && bun run dev
19
+ bun i && composer run dev
19
20
```
20
21
21
22
You absolutely need to run the ` bun run dev ` , because the route is generated and watching while it's in dev.
Original file line number Diff line number Diff line change 59
59
" @php -r \" file_exists('database/database.sqlite') || touch('database/database.sqlite');\" " ,
60
60
" @php artisan migrate --graceful --ansi" ,
61
61
" npm install --legacy-peer-deps" ,
62
- " npm uninstall husky @release-it/conventional-changelog @release-it/bumper @commitlint/config-conventional @commitlint/cli release-it" ,
63
- " npm run dev"
62
+ " npm uninstall husky @release-it/conventional-changelog @release-it/bumper @commitlint/config-conventional @commitlint/cli release-it"
64
63
],
65
64
"dev" : [
66
65
" Composer\\ Config::disableProcessTimeout" ,
You can’t perform that action at this time.
0 commit comments