database connection works on localhost, now testing on server.

This commit is contained in:
Joshua Ashton
2025-02-07 17:00:20 -07:00
parent 06f7540b26
commit 6bf1b9669d
9 changed files with 66 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "violet/db-start",
"autoload": {
"psr-4": {
"Violet\\DbStart\\": "src/"
}
},
"authors": [
{
"name": "Joshua Ashton",
"email": "joshuatashton+dev@gmail.com"
}
],
"require": {
"vlucas/phpdotenv": "^5.6"
}
}