Remove Log Viewer

This commit is contained in:
notCharles 2024-05-16 17:18:27 -04:00
parent 289eda64ad
commit edcd406b82
3 changed files with 3 additions and 87 deletions

View File

@ -76,13 +76,6 @@ class AdminPanelProvider extends PanelProvider
]) ])
->authMiddleware([ ->authMiddleware([
Authenticate::class, Authenticate::class,
]) ]);
->plugin(
FilamentLaravelLogPlugin::make()
->navigationLabel('Logs')
->navigationIcon('tabler-file-info')
->slug('logs')
->authorize(fn () => auth()->user()->root_admin)
);
} }
} }

View File

@ -32,7 +32,6 @@
"prologue/alerts": "^1.2", "prologue/alerts": "^1.2",
"ryangjchandler/blade-tabler-icons": "^2.3", "ryangjchandler/blade-tabler-icons": "^2.3",
"s1lentium/iptools": "~1.2.0", "s1lentium/iptools": "~1.2.0",
"saade/filament-laravel-log": "^3.2.1",
"spatie/laravel-fractal": "^6.2", "spatie/laravel-fractal": "^6.2",
"spatie/laravel-query-builder": "^5.8.1", "spatie/laravel-query-builder": "^5.8.1",
"symfony/mailgun-mailer": "^7.0.7", "symfony/mailgun-mailer": "^7.0.7",

80
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "6cf41ff7536e68e0fa3a5403f4c07620", "content-hash": "dc1c1e5ee766f2e31e84c50670fa0c98",
"packages": [ "packages": [
{ {
"name": "abdelhamiderrahmouni/filament-monaco-editor", "name": "abdelhamiderrahmouni/filament-monaco-editor",
@ -6666,82 +6666,6 @@
}, },
"time": "2022-08-17T14:28:59+00:00" "time": "2022-08-17T14:28:59+00:00"
}, },
{
"name": "saade/filament-laravel-log",
"version": "v3.2.1",
"source": {
"type": "git",
"url": "https://github.com/saade/filament-laravel-log.git",
"reference": "d516736bc5b5f3b92e7a8386b8fba2fdb9da5eb3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/saade/filament-laravel-log/zipball/d516736bc5b5f3b92e7a8386b8fba2fdb9da5eb3",
"reference": "d516736bc5b5f3b92e7a8386b8fba2fdb9da5eb3",
"shasum": ""
},
"require": {
"filament/filament": "^3.0",
"illuminate/contracts": "^10.0|^11.0",
"php": "^8.1",
"spatie/laravel-package-tools": "^1.15.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.0|^8.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"spatie/laravel-ray": "^1.26"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Saade\\FilamentLaravelLog\\FilamentLaravelLogServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Saade\\FilamentLaravelLog\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Saade",
"email": "saade@outlook.com.br",
"role": "Developer"
}
],
"description": "Access laravel.log file through Filament admin panel",
"homepage": "https://github.com/saade/filament-laravel-log",
"keywords": [
"filament-laravel-log",
"laravel",
"saade"
],
"support": {
"issues": "https://github.com/saade/filament-laravel-log/issues",
"source": "https://github.com/saade/filament-laravel-log"
},
"funding": [
{
"url": "https://github.com/saade",
"type": "github"
}
],
"time": "2024-03-13T16:27:30+00:00"
},
{ {
"name": "spatie/color", "name": "spatie/color",
"version": "1.5.3", "version": "1.5.3",
@ -13137,5 +13061,5 @@
"ext-zip": "*" "ext-zip": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0"
} }