Laravel 5.3 no .env only .env.dev -
hi i'm new team development. if add .env file works fine if remove there error the supported ciphers aes-128-cbc , aes-256-cbc correct key lengths.
. how make work? thank you
your .env
file (or environment) need have app_key
variable, laravel uses encryption. can generate key php artisan key:generate --show
.
Comments
Post a Comment