This commit is contained in:
2024-07-03 15:15:59 +03:00
parent ec69208f05
commit a482a508e4
15 changed files with 1485 additions and 85 deletions

View File

@ -1,6 +1,8 @@
<?php
use app\models\Database;
require './config.php';
require './vendor/autoload.php';
use Models\Database;
// initialize Illuminate database connection
new Database();