Я устанавливаю из git RachidLaasri / LaravelInstaller, и на последнем шаге я получаю сообщение об ошибке при попытке установить файл .env.
FatalThrowableError (E_ERROR)
Использование $ this, когда не в контексте объекта
private static function generateKey($outputLog)
{
try{
if (config('installer.final.key')){
Artisan::call('key:generate', ["--force"=> true], $outputLog);
}
}
catch(Exception $e){
return $this->response($e->getMessage());
}
return $outputLog;
}