CSS, JS and image path from public folder in CI4
Posted on: Wednesday June 5, 2024
<link rel=”stylesheet” href=”<?php echo base_url(); ?>assets/vendors/mdi/css/materialdesignicons.min.css”> assets folder is in public [...]
Read MorePosted on: Wednesday June 5, 2024
<link rel=”stylesheet” href=”<?php echo base_url(); ?>assets/vendors/mdi/css/materialdesignicons.min.css”> assets folder is in public [...]
Read MorePosted on: Wednesday June 5, 2024
Copy index.php & htaccess file from public folder and paste it on root folder. open .htaccess file from root folder Paste below code on top of .htaccess page. [crayon-67374bd412696374513258/] [...]
Read MorePosted on: Wednesday June 5, 2024
The framework needs the following extension(s) installed and loaded: intl Follow the steps to install it in XAMPP – Open [xampp_folder_path]/php/php.ini to edit. Search [...]
Read More