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

Basic Wiring, environment set up

Added some controllers and template pages to test connection with the db
and begin the process of porting over functionality to this version.

Also made some minor tweaks to formatting configs and updated a color in
the css
This commit is contained in:
Ro
2023-08-14 13:33:53 -07:00
parent 1480da3d50
commit ba79c9924c
8 changed files with 79 additions and 39 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>
<title>App Name - @yield('title')</title>
@yield('title')
</title>
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
</head>

View File

@ -6,4 +6,5 @@
@parent
<p>This is where we start</p>
{{ $count }}
@endsection