install backend
This commit is contained in:
commit
eede23a0fd
50 changed files with 10444 additions and 0 deletions
5
backend/routes/web.php
Normal file
5
backend/routes/web.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::inertia('/', 'Welcome')->name('home');
|
||||
Loading…
Add table
Add a link
Reference in a new issue