facut pana la video 7
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
use app\core\Application;
|
||||
|
||||
require_once __DIR__.'/vendor/autoload.php';
|
||||
require_once __DIR__.'/dbconfig.php';
|
||||
|
||||
$app = new Application('.', $config);
|
||||
|
||||
$app->db->applyMigrations();
|
||||
Reference in New Issue
Block a user