rough implementations of Moment and Essay creation and viewing completed.

This commit is contained in:
2025-06-04 14:53:02 -06:00
parent 088e0cc5a3
commit becfbc3628
14 changed files with 465 additions and 134 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
require_once 'vendor/autoload.php';
$dotenv = Dotenv\Dotenv::createImmutable('/home/prod/vintagecoding.net/');
$dotenv = Dotenv\Dotenv::createImmutable('/home/jashton/dev/me/weave.space/');
$dotenv->safeLoad();
// Use environment variables for the database password and IP address.