phhung1901 / orchid-addons

Some utilities for Orchid Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Some utilities for Orchid Platform


Languages

Language:PHP 87.2%Language:Blade 12.8%