public_html/components/app/Http/Livewire/Public/Install/Environment.php
Go into this Directory
Scroll to Section -
try {
$response = Http::get('https://envato.themeluxury.com/activation/sumowebtools.php?code=' . $this->purchase_code . '&domain=' . url('/') );
if ($response->ok() && $response['status'] === 'success') {
if (! $this->checkDatabaseConnection($this->database_host, $this->database_port, $this->database_name, $this->database_username, $this->database_password) )
Replace this success with "error" like this
if ($response->ok() && $response['status'] === 'error')
DONE! now put anything and your file can be installed