🗑️ **Remove redundant Laravel Boost guidelines**

Deleted unused Laravel Boost guideline files (`laravel-boost.md` and `laravel-boost.mdc`) to clean up the repository.
This commit is contained in:
HolgerHatGarKeineNode
2026-05-17 15:08:01 +02:00
parent 57b1b21c8f
commit 52276ee682
23 changed files with 1305 additions and 2337 deletions
+5
View File
@@ -1,6 +1,7 @@
<?php
use App\Http\Controllers\Auth\VerifyEmailController;
use App\Http\Controllers\LnurlAuthController;
use App\Livewire\Actions\Logout;
use Illuminate\Support\Facades\Route;
@@ -14,6 +15,10 @@ Route::middleware('guest')
Route::livewire('/reset-password/{token}', 'auth.reset-password')
->name('password.reset');
Route::get('/auth/complete-lightning/{k1}', [LnurlAuthController::class, 'completeLogin'])
->where('k1', '[a-f0-9]{64}')
->name('auth.ln.complete');
});
Route::middleware('auth')