Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Commit f5b3e46

Browse files
committed
Add --no-dev flag
1 parent 6073c24 commit f5b3e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
+ Backup everything
55
+ Get the latest code from GitHub (`git fetch` and `git checkout master`)
66
+ Update your `.env` file based on `.env.example`
7-
+ Install PHP packages: `composer install`
7+
+ Install PHP packages: `composer install --no-dev`
88
+ Install npm packages: `yarn install` (if you don't use yarn `npm install` should work as well)
99
+ Generate frontend assets: `yarn run prod` (or `npm run prod`)
1010
+ Upgrade database: `php artisan migrate`

0 commit comments

Comments
 (0)