Skip to content

Commit 42ba597

Browse files
author
Art Armstrong
committed
Change artisan key:generate to php artisan key:generate
Made this change so newer users understand that they need to use the "php" command in front of "artisan key:generate"
1 parent 7f23668 commit 42ba597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ After installing Laravel, you may need to configure some permissions. Directorie
5757

5858
#### Application Key
5959

60-
The next thing you should do after installing Laravel is set your application key to a random string. If you installed Laravel via Composer or the Laravel installer, this key has already been set for you by the `artisan key:generate` command. Typically, this string should be 32 characters long. The key can be set in the `.env` environment file. If you have not renamed the `.env.example` file to `.env`, you should do that now. **If the application key is not set, your user sessions and other encrypted data will not be secure!**
60+
The next thing you should do after installing Laravel is set your application key to a random string. If you installed Laravel via Composer or the Laravel installer, this key has already been set for you by the `php artisan key:generate` command. Typically, this string should be 32 characters long. The key can be set in the `.env` environment file. If you have not renamed the `.env.example` file to `.env`, you should do that now. **If the application key is not set, your user sessions and other encrypted data will not be secure!**
6161

6262
#### Additional Configuration
6363

0 commit comments

Comments
 (0)