Create the admin user on setup.

This commit is contained in:
James Brooks
2014-11-24 15:54:56 +00:00
parent 27b3a128bd
commit 035f80ff50
3 changed files with 47 additions and 1 deletions
+4
View File
@@ -3,6 +3,10 @@
@section('content')
<div class='alert alert-{{ $systemStatus }}'>{{ $systemMessage }}</div>
@if(Auth::check())
<p>You're logged in. This will be a link to the Dashboard.</p>
@endif
<div class='page-header'>
<ul class='list-group components'>
@foreach(Component::get() as $component)