Start porting over the admin area to react
This commit is contained in:
parent
dbb6f69e00
commit
9ee3275b11
6 changed files with 235 additions and 36 deletions
|
@ -31,5 +31,6 @@ class BaseController extends Controller
|
|||
public function index(): View
|
||||
{
|
||||
return view('admin.index', ['version' => $this->version]);
|
||||
// return view('templates/base.core');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue