mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-11 01:55:09 +00:00

- overwrite myth/auth config with castopod app needs - create custom views for users authentication - add admin area bootstrapped by admin controller - shift podcast and episodes crud to admin area - reorganize view layouts - update docs for database migration - add myth-auth to DEPENDENCIES.md closes #11
9 lines
160 B
PHP
9 lines
160 B
PHP
<?= $this->extend('admin/_layout') ?>
|
|
|
|
<?= $this->section('content') ?>
|
|
|
|
<h1 class="text-2xl">Welcome to the admin dashboard!</h1>
|
|
|
|
<?= $this->endSection() ?>
|
|
|