hocvt/orchid-addons

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

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

This package is auto-updated.

Last update: 2024-07-05 06:42:58 UTC


README

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