initial support for supported applications

This commit is contained in:
KodeStar
2018-02-01 23:10:08 +00:00
parent 41850f72df
commit daa7079b0c
8 changed files with 54 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Item;
//use App\SupportedApps\Contracts\Applications;
use App\SupportedApps\Nzbget;
class ItemController extends Controller
{
@@ -18,6 +20,7 @@ class ItemController extends Controller
$data['apps'] = Item::all();
return view('welcome', $data);
}
/**
* Display a listing of the resource.