You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-50Lines changed: 12 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,63 +41,25 @@
41
41
42
42
### Database connection
43
43
44
-
After cloning the repository **you need to create the database connection file in the `/core` directory which will be called `connect.php` with inside**:
45
-
46
-
```php
47
-
abstract class DataBase {
48
-
/**
49
-
* disconnect to the database
50
-
* @return void
51
-
*/
52
-
public static function disconnect(): void {
53
-
self::$bdd['db'] = NULL;
54
-
return;
44
+
After cloning the repository **you need to create the database json config file in the `/core/constants` directory which will be called `config.json` with inside**:
0 commit comments