Skip to content

Commit 86074fc

Browse files
authored
Updates to example app setup
1 parent fa5ea33 commit 86074fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/basic-usage/new-app.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ laravel new mypermissionsdemo
1919
# (Choose Laravel Breeze, choose Blade with Alpine)
2020
# (choose your own dark-mode-support choice)
2121
# (choose your desired testing framework)
22-
# (say Yes to initialize a Git repo, so that you can track your code changes)
22+
# (If offered, say Yes to initialize a Git repo, so that you can track your code changes)
2323
# (Choose SQLite)
24+
# (say Yes to run default database migrations)
2425

2526
cd mypermissionsdemo
2627

@@ -52,7 +53,7 @@ If you didn't install Laravel Breeze or Jetstream, add Laravel's basic auth scaf
5253
```php
5354
composer require laravel/ui --dev
5455
php artisan ui bootstrap --auth
55-
# npm install && npm run prod
56+
# npm install && npm run build
5657
git add . && git commit -m "Setup auth scaffold"
5758
```
5859

0 commit comments

Comments
 (0)