Start porting over the admin area to react

This commit is contained in:
Matthew Penner 2020-08-20 18:45:24 -06:00
parent dbb6f69e00
commit 9ee3275b11
6 changed files with 235 additions and 36 deletions

View file

@ -31,5 +31,6 @@ class BaseController extends Controller
public function index(): View
{
return view('admin.index', ['version' => $this->version]);
// return view('templates/base.core');
}
}