initial changes

This commit is contained in:
KodeStar
2022-03-10 13:41:17 +00:00
parent f9a19fce91
commit 3712eb750b
48 changed files with 17657 additions and 9827 deletions

View File

@@ -14,6 +14,8 @@ use App\SupportedApps;
use App\Jobs\ProcessApps;
use App\Search;
use Illuminate\Support\Facades\Route;
use Inertia\Inertia;
class ItemController extends Controller
{
@@ -38,7 +40,9 @@ class ItemController extends Controller
//$data['all_apps'] = Item::doesntHave('parents')->get();
//die(print_r($data['apps']));
return view('welcome', $data);
// return view('welcome', $data);
return Inertia::render('index', [
]);
}
/**