Skip to content

Commit 550cd28

Browse files
Merge pull request #45 from budda/patch-1
Command order changes and step removal
2 parents 4a8ccb6 + b748ae5 commit 550cd28

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

readme.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ cd hackathon-starter-pack
9292
# Copy .env.example to .env
9393
cp .env.example .env
9494

95-
# Generate application secure key (in .env file)
96-
php artisan key:generate
97-
9895
# Create a database (with mysql or postgresql)
9996
# And update .env file with database credentials
10097
# DB_CONNECTION=mysql
@@ -106,8 +103,8 @@ php artisan key:generate
106103
# Install Composer dependencies
107104
composer install
108105

109-
# Run your migrations
110-
php artisan migrate
106+
# Generate application secure key (in .env file)
107+
php artisan key:generate
111108

112109
php artisan serve
113110
```

0 commit comments

Comments
 (0)