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

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -