Legacy Blade/Livewire Frontend

This section is retained as a legacy technical archive. Filament /admin is now the main back-office.

What You Can Do

The legacy /web interface was the first integrated back-office. New back-office work belongs in Filament /admin. Use this section only when you maintain or retire existing /web behavior.

The legacy interface contains features to:

Each entity type is colour-coded for visual clarity, making it easy to navigate between different areas of the system.

How It Works

The interface is server-rendered: pages are built on the server and delivered as complete HTML. Interactive elements (inline editing, toggling, image management) use Livewire and Alpine.js to update the page without full reloads.

For development setup instructions, see the Development Setup guide.

Developer Documentation

The sections below cover how the frontend is built. They are useful for developers extending or retiring the interface.


For the Vue.js sample application (a reference for external API consumers), see Vue.js Sample App.