@php($qt = request()->query('tab', 'overview'))
Ocaye
{{ $slugName ?? 'Staging Environment' }}

Staging Environment Manager

Dynamic Development & Testing Platform
Create, manage, and deploy staging environments with automatic subdomain creation and module management.
Staging Module
@if($qt === 'overview')
1
AVAILABLE
0
INSTALLED
1
PENDING
Module Docs Colour Branding
@endif @if($qt === 'applications')
@if(isset($availableTemplates) && count($availableTemplates) > 0)
@foreach($availableTemplates as $template)
{{ $template['display_name'] }} {{ $template['status'] }} @if($template['has_handshake']) @endif
{{ $template['name'] }}
{{ $template['description'] }}
View details
@endforeach
@else
📋

No Application Template Found

The application template is not available in the templates directory.

@endif
@endif @if($qt === 'modules')
Ocayetoolreverse active
ocayetoolreverse
Core reverse workflow module for dynamic staging environments. Provides module testing, validation, and deployment capabilities.
View details
Ocayetooltesting available
ocayetooltesting
Testing module for validation and quality assurance of staging environments.
View details
@endif @if($qt === 'docs')
@if(isset($documentCenterFiles) && count($documentCenterFiles) > 0) @php($documentFiles = collect($documentCenterFiles)->filter(function($file) { return $file['is_documentation']; })) @if($documentFiles->count() > 0)
@foreach($documentFiles as $file)
{{ pathinfo($file['name'], PATHINFO_FILENAME) }} {{ strtoupper($file['extension']) }}
{{ $file['directory'] === '.' ? 'Root' : $file['directory'] }}
@if($file['extension'] === 'md') Markdown documentation file @else Text document @endif
{{ $file['size_formatted'] }} • Modified {{ date('M j', strtotime($file['modified'])) }}
Read document
@endforeach
Create Document
Add new documentation
for your reverse workflow
@else
📝

No Documents Found

No markdown or text documents found in the document center.

@endif @else
📄

No Document Center Found

The document center template is not available or contains no files.

@endif
@endif @if($qt === 'design')
@if(isset($designTemplate) && !empty($designTemplate))
{{ $designTemplate['display_name'] }} DESIGN @if($designTemplate['can_install']) @else @endif
{{ $designTemplate['name'] }}
{{ $designTemplate['description'] }}
View details
CSS Stylesheets {{ count($designTemplate['design_assets']['css']) }}
assets/css
Stylesheet files for module styling and theming components.
View files
JavaScript Files {{ count($designTemplate['design_assets']['js']) }}
assets/js
JavaScript files for interactive components and functionality.
View files
Blade Components {{ count($designTemplate['design_assets']['components']) }}
components
Reusable Blade components for consistent UI elements.
View components
Installation Status {{ $designTemplate['can_install'] ? 'READY' : 'BLOCKED' }}
safety-checks
@if($designTemplate['can_install']) All safety checks passed. Installation is safe to proceed. @else Safety checks failed. Installation may break modules or staging. @endif
View warnings
Installation Files SCRIPTS
installation
Install: {{ $designTemplate['installation_files']['install.php'] ? '✓' : '✗' }} | Uninstall: {{ $designTemplate['installation_files']['uninstall.php'] ? '✓' : '✗' }} | Check: {{ $designTemplate['installation_files']['check.php'] ? '✓' : '✗' }} | Backup: {{ $designTemplate['installation_files']['backup.php'] ? '✓' : '✗' }}
View scripts
@else
🎨

No Design Template Found

The design template is not available in the templates directory.

@endif
@endif @if($qt === 'settings')
Environment Config CONFIG
environment-settings
Configure staging environment settings including paths, subdomains, and deployment options.
View settings
Module Settings MODULES
module-config
Manage module-specific settings, permissions, and configuration options for the reverse workflow.
Module settings
Security & Access SECURITY
security-settings
Configure security settings, access controls, and authentication for staging environments.
Security docs
@endif @if($qt === 'api')
Module API active
ocayetoolreverse/api
Core API endpoints for module management, validation, and staging operations.
View endpoints
Staging API available
staging/api
Staging environment management API for creating, configuring, and monitoring environments.
View endpoints
@endif @if($qt === 'documentation')
Module Documentation ready
ocayetoolreverse/docs
Complete documentation for the reverse workflow module including setup, usage, and API reference.
Read docs
Staging Guide available
staging/guide
Step-by-step guide for creating and managing staging environments with best practices.
Read guide
@endif @if($qt === 'dependencies')
Laravel Framework v10.x
laravel/framework
Core Laravel framework providing the foundation for the reverse workflow system.
View details
PHP Extensions required
php-extensions
Required PHP extensions: curl, json, mbstring, openssl, pdo, tokenizer, xml.
View all
@endif