We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a8ccb6 + b748ae5 commit 550cd28Copy full SHA for 550cd28
readme.md
@@ -92,9 +92,6 @@ cd hackathon-starter-pack
92
# Copy .env.example to .env
93
cp .env.example .env
94
95
-# Generate application secure key (in .env file)
96
-php artisan key:generate
97
-
98
# Create a database (with mysql or postgresql)
99
# And update .env file with database credentials
100
# DB_CONNECTION=mysql
@@ -106,8 +103,8 @@ php artisan key:generate
106
103
# Install Composer dependencies
107
104
composer install
108
105
109
-# Run your migrations
110
-php artisan migrate
+# Generate application secure key (in .env file)
+php artisan key:generate
111
112
php artisan serve
113
```
0 commit comments