remove inertia backend adapter

Remove the adapter dependency, middleware, configuration, and frontend route. Leave the backend root unclaimed so the standalone Vue application remains independent.
This commit is contained in:
Yisroel Baum 2026-07-30 23:13:45 +03:00
parent c176be3536
commit 15925b856b
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
6 changed files with 1 additions and 196 deletions

View file

@ -1,5 +1 @@
<?php
use Illuminate\Support\Facades\Route;
Route::inertia('/', 'Welcome')->name('home');