mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 10:46:43 +02:00
feat: set min PHP version to 8.4
update CI4 to 4.6.0 + use codeigniter-vite and vite-plugin-codeigniter to load assets
This commit is contained in:
parent
0e4e301b81
commit
94cea0ce91
397 changed files with 4693 additions and 4302 deletions
|
|
@ -33,7 +33,7 @@ abstract class BaseController extends Controller
|
|||
public function initController(
|
||||
RequestInterface $request,
|
||||
ResponseInterface $response,
|
||||
LoggerInterface $logger
|
||||
LoggerInterface $logger,
|
||||
): void {
|
||||
$this->helpers = [...$this->helpers, 'auth', 'breadcrumb', 'svg', 'components', 'misc'];
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ abstract class BaseController extends Controller
|
|||
$head
|
||||
->title($title . ' | Castopod Admin')
|
||||
->description(
|
||||
'Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.'
|
||||
'Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue