This is due to access to the Laravel project error, to resolve several possible errors.
1) Open: D:\java\wamp\www\subway\app\config\app.php Modify: ' Debug ' = = True, Debug basic is True
2) This error occurs when debug is turned on, and the incorrect: OpenSSL did not produce a secure random number
PHP code
- pen:d:\java\wamp\www\subway\vendor\symfony\security\symfony\component\security\core\util\securerandom.php
- $this->logger->info (' OpenSSL did not produce a secure random number. ');
- }
- }
- //Initialize seed
- if (null = = = $this->seed) {
- if (null = = = $this->seedfile) {
- throw New \runtimeexception (' need to specify a file path to store the seed. ');
- }
Workaround: Restart the Wamp service after php.ini enable Extension=php_openssl.dll extension.
No supported Encrypter found. RuntimeException in compiled.php line 6904:no supported Encrypter found. The cipher and/or key length is invalid. laravel5.1 start App_key must be length 32 and have cipher. Go to the. Env setting or the config/app.php setting.
Laravel problems encountered