mirror of
https://github.com/xodivorce/infra-xodivorce-in.git
synced 2026-02-04 16:12:23 +05:30
feat(core): restructure auth, routing, and role-based dashboards
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
require __DIR__ . './../core/vendor/autoload.php';
|
||||
|
||||
use Dotenv\Dotenv;
|
||||
$dotenv = Dotenv::createImmutable(dirname(__DIR__));
|
||||
$dotenv->load();
|
||||
?>
|
||||
Reference in New Issue
Block a user