Setting Bootstrap Dalam Codeigniter
Create folder assets jika tiada:H:\xampp\htdocs\ci_tuto\assets
download bootstrap compiled, extract & copy css & js ke dlm folder assets.
Application->config->Autoload.php
$autoload['helper'] = array('url');
Application->config->config.php
$config['base_url'] = 'http://localhost/ci_tuto';
di dalam file view, letak command di dalam selepas
sebelum :
Refresh di browser, view anda sepatutnya sudah menerima bootsrap.
Sample dan documentation boleh lihat di;
https://getbootstrap.com/docs/4.3/getting-started/introduction/
