Welcome Guest, Not a member yet? Register   Sign In
CI 4/Alpinejs/htmx/vitejs
#2

(This post was last modified: 11-15-2023, 08:28 AM by luckmoshy.)

you should extend the main layout 

PHP Code:
<?php $this->extend('master'?>
<?php $this
->section('scripts'?>
document.addEventListener("alpine:init", () => {
        Alpine.data("calendar", () => ({})
})
<?php $this->endSection(); ?>


<!doctype html>
<html>
<head>
<title>My Layout</title>
</head>
<body>
<?php $this->renderSection('scripts') ?>
</body>
</html>
Codeigniter First, Codeigniter Then You!!
yekrinaDigitals

Reply


Messages In This Thread
CI 4/Alpinejs/htmx/vitejs - by FabriceL - 11-15-2023, 05:01 AM
RE: CI 4/Alpinejs/htmx/vitejs - by luckmoshy - 11-15-2023, 08:18 AM
RE: CI 4/Alpinejs/htmx/vitejs - by FabriceL - 11-15-2023, 10:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB