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

- add AuthSeeder to bootstrap authorization data and remove UserSeeder - create a superadmin group having all authorizations - refactor routes and controller methods to separate get and post requests - refactor admin views with a title section in layout - add contributors section to podcasts to manage contributions (add, edit roles and remove) closes #3, #18
7 lines
134 B
PHP
7 lines
134 B
PHP
<?= $this->extend('admin/_layout') ?>
|
|
|
|
<?= $this->section(
|
|
'title'
|
|
) ?>Welcome to the admin dashboard!<?= $this->endSection() ?>
|
|
|