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
Requires
- calebporzio/sushi: ^2.4
- orchid/platform: ^14.0
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
- Log Viewer
logs

