Requirements
License
Database
Add User
@if ($this->stage == 0)

@php $first_ext = false; $done = false; @endphp @foreach ($this->requirements() as $i => $requirement) @php $found = $requirement[1](); $req = $requirement[2]; $ext = $requirement[3]; if($ext && !$first_ext && !$done) { $first_ext = true; $done = true; } else { $first_ext = false; } $last_ext = $i == (count($this->requirements()) - 1); @endphp @if(!$ext) @else @if($first_ext)
PHP Extensions
@endif @if($last_ext)
@endif @endif @endforeach


@elseif ($this->stage == 1)
@if($this->licenseError !== false) @endif Can't find your purchase code?

@elseif ($this->stage == 2)
@if($this->dbError !== false) @endif @if(count($this->getErrorBag())) @endif

@elseif ($this->stage === 3)
@if(count($this->getErrorBag())) @endif


@endif