Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 557 Bytes

README.MD

File metadata and controls

35 lines (19 loc) · 557 Bytes

Orchid Addons

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