Get Newest Horizon (#109)
* Re-publish Horizon assets * Updated horizon config file * Newest Horizon now works by using Laravel’s own auth * For now, remove test for admin login
This commit is contained in:
parent
e7a44fb663
commit
c82c4524eb
23 changed files with 995 additions and 80 deletions
|
@ -5,7 +5,7 @@
|
|||
<h2>Login</h2>
|
||||
<form action="login" method="post">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||
<input type="text" name="username" placeholder="username">
|
||||
<input type="text" name="name" placeholder="username">
|
||||
<input type="password" name="password" placeholder="password">
|
||||
<input type="submit" name="submit" value="Login">
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue