Creato controller e route per il menu auto

This commit is contained in:
2023-03-15 16:08:03 +01:00
parent 9bfb9a1903
commit 6b71f88ccf
9 changed files with 988 additions and 1197 deletions

View File

@@ -0,0 +1,14 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class AutoController extends Controller
{
//
public function index()
{
// lista le auto inserite nel gestionale
}
}