hocvt/orchid-addons

There is no license information available for the latest version (v14.0.2) of this package.

Installs: 2 346

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/hocvt/orchid-addons

v14.0.2 2023-06-05 04:31 UTC

This package is auto-updated.

Last update: 2025-10-05 09:37:19 UTC


README

Install

composer require hocvt/orchid-addons

Add menu

<?php

// PlatformProvider

            Menu::make(__('Logs'))
                ->icon('bug')
                ->route('platform.logs', ['sort' => '-last_modified'])->title(__('SYSTEM')),

            Menu::make(__('Php Info'))
                ->icon('bug')
                ->route('platform.phpinfo', ['sort' => '-last_modified']),

Screenshots

  • Show php info admin/phpinfo

Php info

  • Log Viewer logs

Log Viewer