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

@ -10,7 +10,6 @@
"license": "MIT",
"require": {
"php": "^8.3",
"inertiajs/inertia-laravel": "^3.2",
"laravel/framework": "^13.17",
"laravel/tinker": "^3.0"
},