feat: initial laravel install, models, seeders

This commit is contained in:
2023-06-21 08:53:21 -05:00
parent 86d989b51c
commit 1c81ca91d1
178 changed files with 20002 additions and 1 deletions

0
static/dist Normal file
View File

9
static/index.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Static Server Exists</title>
</head>
<body>
<h1>Podcast Art Generator Static is working</h1>
</body>
</html>