Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T690
Change Details
Change Details
Old
New
Diff
Determine if APP_KEY is defined in the environment. If so, we're done. But if missing, the setup script should create: ```name=.env APP_KEY=iglOs7XP5PD3gf4JUZZnyQ2qDR56YTF4 ``` Then, it should run `php artisan key:generate` to replace it by a custom key. Some background information is given at rDNOTIFbacf9390fa39 audit.
Determine if APP_KEY is defined in the environment. If so, we're done. But if missing, the setup script should create: ```name=.env APP_KEY=SomeRandomString ``` Then, it should run `php artisan key:generate` to replace it by a custom key. Some background information is given at rDNOTIFbacf9390fa39 audit.
Determine if APP_KEY is defined in the environment. If so, we're done. But if missing, the setup script should create: ```name=.env APP_KEY=
iglOs7XP5PD3gf4JUZZnyQ2qDR56YTF4
SomeRandomString
``` Then, it should run `php artisan key:generate` to replace it by a custom key. Some background information is given at rDNOTIFbacf9390fa39 audit.
Continue