Skip to content

Commit c65352f

Browse files
author
MrAnyx
committed
[feat] Added database component and structure
1 parent fe9031d commit c65352f

File tree

7 files changed

+1782
-2
lines changed

7 files changed

+1782
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# Database
2-
Database support for TimePHP
1+
<p align="center">
2+
<img height="120" src="https://github.com/TimePHP-org/TimePHP-Assets/blob/master/assets/Logo%20horizontal%20texte/logo_horizontal.svg"/>
3+
</p>

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "timephp/database",
3+
"description": "Database support for TimePHP",
4+
"require": {
5+
"illuminate/database": "^8.6",
6+
"illuminate/events": "^8.6"
7+
},
8+
"autoload": {
9+
"psr-4":{
10+
"TimePHP\\": "src/"
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)