Integrating Bootstrap Template into cakephp 3.6.7

how to Integrating Bootstrap Template into cakephp 3.6.7…?

thanks & regards,
Darshan

You are free to edit your template files, so they can be bootstrap or any other css framework compatible.

how to attach font-awesome link

where to add javascript functions…?

plz tell me…

I think, you should read this

https://book.cakephp.org/3.0/en/views/helpers/html.html#linking-to-css-files

https://book.cakephp.org/3.0/en/views/helpers/html.html#linking-to-javascript-files

All above ref can apply in https://book.cakephp.org/3.0/en/views.html#layouts
src/Template/Layout/default.ctp

all bootstrap file paste inside the webroot/js, webroot/css, webroot/img

may be this video Can help you

$(’#mycalendar2’).monthly({
mode: ‘picker’,
target: ‘#mytarget’,
setWidth: ‘250px’,
startHidden: true,
showTrigger: ‘#mytarget’,
stylePast: true,
disablePast: true
});

this is an example javascript function .,
how to integrate with header file…?
cakephp 3.6

Please read the documention linked by @mzm above