Skip to content

Remove Horizon #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
use Spatie\Health\Checks\Checks\DatabaseConnectionCountCheck;
use Spatie\Health\Checks\Checks\DebugModeCheck;
use Spatie\Health\Checks\Checks\EnvironmentCheck;
use Spatie\Health\Checks\Checks\HorizonCheck;
use Spatie\Health\Checks\Checks\RedisCheck;
use Spatie\Health\Checks\Checks\RedisMemoryUsageCheck;
use Spatie\Health\Checks\Checks\UsedDiskSpaceCheck;
use Spatie\Health\Facades\Health;
use Spatie\SecurityAdvisoriesHealthCheck\SecurityAdvisoriesCheck;
Expand Down Expand Up @@ -43,9 +40,6 @@ public function boot(): void
->failWhenMoreConnectionsThan(100),
DebugModeCheck::new(),
EnvironmentCheck::new(),
RedisCheck::new(),
RedisMemoryUsageCheck::new(),
HorizonCheck::new(),
SecurityAdvisoriesCheck::new(),
]);

Expand Down
18 changes: 0 additions & 18 deletions app/Providers/HorizonServiceProvider.php

This file was deleted.

1 change: 0 additions & 1 deletion bootstrap/providers.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
App\Providers\AppServiceProvider::class,
App\Providers\AuthServiceProvider::class,
App\Providers\Filament\AdminPanelProvider::class,
App\Providers\HorizonServiceProvider::class,
];
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"filament/filament": "^3.2",
"inertiajs/inertia-laravel": "^2.0",
"laravel/framework": "^11.17",
"laravel/horizon": "^5.26",
"laravel/pulse": "^1.2",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.9",
Expand Down Expand Up @@ -54,7 +53,6 @@
],
"build:prod": [
"composer install --no-interaction --prefer-dist --optimize-autoloader",
"@php artisan horizon:terminate",
"@php artisan migrate --force",
"@php artisan optimize:clear",
"@php artisan optimize",
Expand Down
88 changes: 4 additions & 84 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

225 changes: 0 additions & 225 deletions config/horizon.php

This file was deleted.

Loading