/ci4-image-upload

Seri belajar upload gambar dengan Codeigniter 4

Primary LanguagePHPMIT LicenseMIT

CodeIgniter 4 Image Upload

Seri belajar upload gambar menggunakan Codeigniter 4

Installation Guide

Clone this repository
git clone https://github.com/jeypc/codeIgniter4-login.git

Run composer install to install all required packages

and finally run local server development to start the app
php spark serve

Server Requirements

PHP version 7.2 or higher is required, with the following extensions installed:

  • intl
  • libcurl if you plan to use the HTTP\CURLRequest library

Additionally, make sure that the following extensions are enabled in your PHP:

  • json (enabled by default - don't turn it off)
  • mbstring
  • mysqlnd
  • xml (enabled by default - don't turn it off)