/ Admin Filament Structure
2026-05-30 16:11:46 AWST
⚠ Safe handoff files only. Passwords and secrets are redacted.

Filament Resources

Providers

AppServiceProvider.php
<?php

namespace App\Providers;

use Illuminate\Support\ServiceProvider;

class AppServiceProvider extends ServiceProvider
{
    /**
     * Register any application services.
     */
    public function register(): void
    {
        //
    }

    /**
     * Bootstrap any application services.
     */
    public function boot(): void
    {
        //
    }
}
Auto-generated by publish_handoff.sh | 20260530_161140