This commit is contained in:
2025-03-31 12:45:58 -06:00
parent b6f707c929
commit 282ad2d8cb
327 changed files with 340 additions and 192 deletions
Executable
+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"
}
}