1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

updated laravel, fixed composer

At some point the composer json got jacked, so that needed to be fixed
to update laravel to the latest.

also started putting in pieces for sources management through the UI
This commit is contained in:
ro
2025-04-17 23:47:16 -06:00
parent 56f445572f
commit b7e2bbb334
4 changed files with 1192 additions and 1007 deletions

View File

@ -2,16 +2,17 @@
@section('title', 'Den | Start')
@section('main-content')
@section('main-content')
<section>
<article>
<h2>Hey {{$handle}} </h2>
<a href="/den/you">Edit Your Account</a><br />
@if($role==0)
<a href="/den/locations">Manage Locations</a><br />
<a href="/den/member">Manage Members</a><br />
@endif
</article>
</section>
@endsection
<section>
<article>
<h2>Hey {{$handle}} </h2>
<a href="/den/you">Edit Your Account</a><br />
@if($role==0)
<a href="/den/locations">Manage Locations</a><br />
<a href="/den/member">Manage Members</a><br />
<a href="/den/sources">Manage Sources</a><br />
@endif
</article>
</section>
@endsection