feat: implement global settings management with database defaults and admin UI configuration
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
require_once 'vendor/autoload.php';
|
||||
$app = require_once 'bootstrap/app.php';
|
||||
$kernel = $app->make(Illuminate\Contracts\Console\Kernel::class);
|
||||
$kernel->bootstrap();
|
||||
|
||||
print_r(languages());
|
||||
Reference in New Issue
Block a user