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:
parent
c176be3536
commit
15925b856b
6 changed files with 1 additions and 196 deletions
|
|
@ -1,5 +1 @@
|
|||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::inertia('/', 'Welcome')->name('home');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue