im trying to link a bootstrap js file and css file to Cakephp 3x
<?= $this->Html->css('bootstrap') ?> <?= $this->Html->css('bootstrap-theme') ?> i use this code to src/Template/Layout/default.ctp and the css file is working but when i try to link the js with the same approach
<?= $this->Html->script('jquery') ?> <?= $this->Html->script('bootstrap') ?> the problem is the Js is not working, thank you for your response