mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 18:56:42 +02:00
feat(plugins): activate / deactivate plugin using settings table
+ load plugin icon + add pagination + autoload plugins in Config/Autoload.php to handle plugin i18n + style plugin cards
This commit is contained in:
parent
587938d2bf
commit
27d2a1b0ff
16 changed files with 406 additions and 42 deletions
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Modules\Admin\Controllers\BaseController;
|
||||
|
||||
class Controller extends BaseController
|
||||
{
|
||||
public function index(): string
|
||||
{
|
||||
$plugins = service('plugins');
|
||||
|
||||
return view('plugins', [
|
||||
'installedPlugins' => $plugins->getInstalled(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue