This commit is contained in:
Bozhidar 2024-04-28 13:21:45 +03:00
parent bdbe5b4440
commit a354a9e50b
8 changed files with 20 additions and 17 deletions

View file

@ -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": {

View file

@ -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": {

View file

@ -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": {

View file

@ -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';

View file

@ -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": {

View file

@ -4,6 +4,9 @@
"description": "",
"keywords": [],
"priority": 0,
"logoIcon": "heroicon-o-command-line",
"category": "DevOps",
"adminUrl": "/admin/terminal",
"providers": [
"Modules\\Terminal\\App\\Providers\\TerminalServiceProvider"
],

View file

@ -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
View file

@ -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"
}