Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. C:\xampp\htdocs\ses>php artisan key:generate
  2.  
  3. ErrorException : file_get_contents(C:\xampp\htdocs\ses/.env): failed to open stream: No such file or directory
  4.  
  5. at C:\xampp\htdocs\ses\vendor\laravel\framework\src\Illuminate\Foundation\Console\KeyGenerateCommand.php: 96
  6. 92| {
  7. 93| file_put_contents($this->laravel->environmentFilePath(), preg_replace(
  8. 94| $this->keyReplacementPattern(),
  9. 95| 'APP_KEY='.$key,
  10. > 96| file_get_contents($this->laravel->environmentFilePath())
  11. 97| ));
  12. 98| }
  13. 99|
  14. 100| /**
  15.  
  16. Exception trace:
  17.  
  18. 1 file_get_contents("C:\xampp\htdocs\ses/.env")
  19. C:\xampp\htdocs\ses\vendor\laravel\framework\src\Illuminate\Foundation\Console\KeyGenerateCommand.php : 96
  20.  
  21. 2 Illuminate\Foundation\Console\KeyGenerateCommand::writeNewEnvironmentFileWith("base64:AMSPPVR5VpfVFXEya4461zUmJMhvWGu3Brh/i4WRnnI=")
  22. C:\xampp\htdocs\ses\vendor\laravel\framework\src\Illuminate\Foundation\Console\KeyGenerateCommand.php : 80
  23.  
  24. Please use the argument -v to see more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement