@extends('layouts.admin') @section('title') Blueprint @endsection @section('content-header') logo

Blueprint{{ $bp->version() }}

@endsection @section('content') {{ $bp->rlKey() }}

Blueprint is the framework that powers all Blueprint-compatible extensions, enabling multiple extensions to be installed and used simultaneously.

Overview

You are currently using version {{ $bp->version() }}.

@if ($c) @if($bp->dbGet('developer') == "true")

Terminal

{{ csrf_field() }}
@if($bp->dbGet('developer:log') != "") {{ $bp->dbGet('developer:log') }} @endif
{{ $bp->dbSet('developer:log', '') }} {{ $bp->dbSet('developer:cmd', '') }} @endif @endif

License

@if ($b)

Your license key is valid. Learn more

@else

Your license key could not be validated. Learn more

@endif

Configuration

b())readonly @endif/>

placeholder

a())readonly @endif/>

Select your preferred API endpoint.

Enable or disable developer-oriented features.

@endsection