🎨 Add custom error pages with layouts and assets

This commit is contained in:
HolgerHatGarKeineNode
2025-11-22 22:56:37 +01:00
parent b964eb7007
commit 5a30d38413
21 changed files with 182 additions and 1 deletions

View File

@@ -2,10 +2,13 @@
use Illuminate\Support\Facades\Route;
use Livewire\Volt\Volt;
use Illuminate\Http\Request;
Route::redirect('/', 'welcome');
Route::get('error/{code}', function ($code) {
abort($code);
});
/*Route::get('/download-buecherverleih', function (Request $request) {
$filename = $request->input('filename');
// Get the file path from the public folder