A small responsive website developed using codeigniter framework
- PHP 7.2 or 7.3
git clone https://github.com/bagusmaulana06/Responsive-eCommerce-CodeIgniter.git
Replace the RajaOngkir API Key in the Rajaongkir config file with your API Key.
Change the Email Settings (SMTP) in the Email Helper file and the Admin Controller file with your email settings.
Change sql mode in MySQL with this command
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));