Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.36 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.36 KB

CodeIgniter 4 File Upload

See https://codeigniter4.github.io/CodeIgniter4/libraries/uploaded_files.html.

Requirements

How to Use

Installation

$ git clone https://github.com/kenjis/ci4-file-upload
$ cd ci4-file-upload/
$ composer install

Run PHP built-in Server

$ php spark serve

Related Projects for CodeIgniter 4.x