mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
update
This commit is contained in:
parent
bdbe5b4440
commit
a354a9e50b
8 changed files with 20 additions and 17 deletions
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "nwidart/customer",
|
||||
"name": "phyre/customer",
|
||||
"description": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nicolas Widart",
|
||||
"email": "n.widart@gmail.com"
|
||||
"name": "Bozhidar Slaveykov",
|
||||
"email": "selfworksbg@gmail.com"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "nwidart/docker",
|
||||
"name": "phyre/docker",
|
||||
"description": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nicolas Widart",
|
||||
"email": "n.widart@gmail.com"
|
||||
"name": "Bozhidar Slaveykov",
|
||||
"email": "selfworksbg@gmail.com"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "nwidart/letsencrypt",
|
||||
"name": "phyre/letsencrypt",
|
||||
"description": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nicolas Widart",
|
||||
"email": "n.widart@gmail.com"
|
||||
"name": "Bozhidar Slaveykov",
|
||||
"email": "selfworksbg@gmail.com"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace app\Filament\Pages;
|
||||
namespace Modules\Terminal\Filament\Pages;
|
||||
|
||||
use Filament\Pages\Page;
|
||||
|
||||
|
@ -8,7 +8,7 @@ class Terminal extends Page
|
|||
{
|
||||
protected static ?string $navigationIcon = 'heroicon-o-command-line';
|
||||
|
||||
protected static string $view = 'filament.pages.terminal';
|
||||
protected static string $view = 'terminal::filament.pages.terminal';
|
||||
|
||||
protected static ?string $navigationGroup = 'Server Management';
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "nwidart/terminal",
|
||||
"name": "phyre/terminal",
|
||||
"description": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nicolas Widart",
|
||||
"email": "n.widart@gmail.com"
|
||||
"name": "Bozhidar Slaveykov",
|
||||
"email": "selfworksbg@gmail.com"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
"description": "",
|
||||
"keywords": [],
|
||||
"priority": 0,
|
||||
"logoIcon": "heroicon-o-command-line",
|
||||
"category": "DevOps",
|
||||
"adminUrl": "/admin/terminal",
|
||||
"providers": [
|
||||
"Modules\\Terminal\\App\\Providers\\TerminalServiceProvider"
|
||||
],
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"laravel/tinker": "^2.8",
|
||||
"leandrocfe/filament-apex-charts": "^3.1",
|
||||
"mkocansey/bladewind": "^2.4",
|
||||
"nwidart/laravel-modules": "^10.0",
|
||||
"phyre/laravel-modules": "^10.0",
|
||||
"outerweb/filament-settings": "^1.2",
|
||||
"phpseclib/phpseclib": "^3.0",
|
||||
"postare/blade-mdi": "^1.1",
|
||||
|
|
4
web/composer.lock
generated
4
web/composer.lock
generated
|
@ -4970,8 +4970,8 @@
|
|||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nicolas Widart",
|
||||
"email": "n.widart@gmail.com",
|
||||
"name": "Bozhidar Slaveykov",
|
||||
"email": "selfworksbg@gmail.com",
|
||||
"homepage": "https://nicolaswidart.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue